Udostępnij przez


Właściwość DocumentMap.Current

Bieżący węzeł w planie dokumentu.

Przestrzeń nazw:  Microsoft.ReportingServices.OnDemandReportRendering
Zestaw:  Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)

Składnia

'Deklaracja
Public MustOverride ReadOnly Property Current As DocumentMapNode
    Get
'Użycie
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

Implementacje

IEnumerator<T>.Current