ParagraphInstanceEnumerator.Current Property

Gets the current item.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public ReadOnly Property Current As ParagraphInstance 
    Get
'Usage
Dim instance As ParagraphInstanceEnumerator 
Dim value As ParagraphInstance 

value = instance.Current
public ParagraphInstance Current { get; }
public:
virtual property ParagraphInstance^ Current {
    ParagraphInstance^ get () sealed;
}
abstract Current : ParagraphInstance 
override Current : ParagraphInstance
final function get Current () : ParagraphInstance

Property Value

Type: Microsoft.ReportingServices.OnDemandReportRendering.ParagraphInstance
A ParagrahInstance object.

Implements

IEnumerator<T>.Current

See Also

Reference

ParagraphInstanceEnumerator Class

Microsoft.ReportingServices.OnDemandReportRendering Namespace