次の方法で共有


TextRunInstanceEnumerator.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

プロパティ値

型: Microsoft.ReportingServices.OnDemandReportRendering.TextRunInstance
TextRunInstance オブジェクト。

実装

IEnumerator<T>.Current

関連項目

参照

TextRunInstanceEnumerator クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間