DocumentMap.Current Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the current node in the document map.
public:
abstract property Microsoft::ReportingServices::OnDemandReportRendering::DocumentMapNode ^ Current { Microsoft::ReportingServices::OnDemandReportRendering::DocumentMapNode ^ get(); };
public abstract Microsoft.ReportingServices.OnDemandReportRendering.DocumentMapNode Current { get; }
member this.Current : Microsoft.ReportingServices.OnDemandReportRendering.DocumentMapNode
Public MustOverride ReadOnly Property Current As DocumentMapNode
Property Value
A DocumentMapNode object.