Compartir a través de


DocumentMap.Current Propiedad

Gets or sets the current node in the document map.

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Public MustOverride ReadOnly Property Current As DocumentMapNode 
    Get
'Uso
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

Valor de la propiedad

Tipo: Microsoft.ReportingServices.OnDemandReportRendering.DocumentMapNode
A DocumentMapNode object.

Implementa

IEnumerator<T>.Current

Vea también

Referencia

DocumentMap Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering