Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets or sets the current node in the document map.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property Current As DocumentMapNode
Get
'Usage
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
Eigenschaftswert
Typ: Microsoft.ReportingServices.OnDemandReportRendering.DocumentMapNode
A DocumentMapNode object.
Implementiert
Siehe auch
Verweis
Microsoft.ReportingServices.OnDemandReportRendering-Namespace