次の方法で共有


Current プロパティ

現在のアイテムを取得します。

名前空間:  Microsoft.ReportingServices.OnDemandReportRendering
アセンブリ:  Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)

構文

'宣言
Public ReadOnly Property Current As TextRunInstance
    Get
'使用
Dim instance As TextRunInstanceEnumerator
Dim value As TextRunInstance

value = instance.Current
public TextRunInstance Current { get; }
public:
virtual property TextRunInstance^ Current {
    TextRunInstance^ get () sealed;
}
abstract Current : TextRunInstance
override Current : TextRunInstance
final function get Current () : TextRunInstance

実装

IEnumerator< (Of < ( <'T> ) > ) >. . :: . .Current