DocumentMap.Current 属性

Gets or sets the current node in the document map.

命名空间:  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
A DocumentMapNode object.

实现

IEnumerator<T>.Current

请参阅

参考

DocumentMap 类

Microsoft.ReportingServices.OnDemandReportRendering 命名空间