Current 속성
The current node in the document map.
네임스페이스: Microsoft.ReportingServices.OnDemandReportRendering
어셈블리: Microsoft.ReportingServices.ProcessingCore.dll의 Microsoft.ReportingServices.ProcessingCore
구문
‘선언
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.