次の方法で共有


ParagraphInstanceEnumerator.Current プロパティ

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

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

構文

'宣言
Public ReadOnly Property Current As ParagraphInstance 
    Get
'使用
Dim instance As ParagraphInstanceEnumerator 
Dim value As ParagraphInstance 

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

プロパティ値

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

実装

IEnumerator<T>.Current

関連項目

参照

ParagraphInstanceEnumerator クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間