次の方法で共有


DocumentMap.Current プロパティ

ドキュメント マップ内の現在のノードを取得または設定します。

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

構文

'宣言
Public MustOverride ReadOnly Property Current As DocumentMapNode 
    Get
'使用
Dim instance As DocumentMap 
Dim value As DocumentMapNode 

value = instance.Current
public abstract DocumentMapNode Current { get; }
public:
virtual property DocumentMapNode^ Current {
    DocumentMapNode^ get () abstract;
}
abstract Current : DocumentMapNode
abstract function get Current () : DocumentMapNode

プロパティ値

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

実装

IEnumerator<T>.Current

関連項目

参照

DocumentMap クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間