Share via


DocumentMap.IEnumerator.Current Property

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

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
Private ReadOnly Property Current As Object 
    Implements IEnumerator.Current 
    Get
'Usage
Dim instance As DocumentMap 
Dim value As Object 

value = CType(instance, IEnumerator).Current
Object IEnumerator.Current { get; }
private:
virtual property Object^ Current {
    Object^ get () sealed = IEnumerator::Current::get;
}
private abstract Current : Object 
private override Current : Object
JScript supports the use of explicit interface implementations, but not the declarations of new ones.

Property Value

Type: System.Object
The current node in the document map.

Implements

IEnumerator.Current

See Also

Reference

DocumentMap Class

Microsoft.ReportingServices.OnDemandReportRendering Namespace