Propriedade do RDL Current
The current node in the document map.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
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 da propriedade
Tipo: Microsoft.ReportingServices.OnDemandReportRendering. . :: . .DocumentMapNode
A DocumentMapNode object.
Implementa
Consulte também