Свойство Current
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.
Реализует
См. также