Udostępnij przez


Właściwość ParagraphInstanceEnumerator.Current

Pobiera bieżący element.

Przestrzeń nazw:  Microsoft.ReportingServices.OnDemandReportRendering
Zestaw:  Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)

Składnia

'Deklaracja
Public ReadOnly Property Current As ParagraphInstance
    Get
'Użycie
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

Wartość właściwości

Typ: Microsoft.ReportingServices.OnDemandReportRendering.ParagraphInstance
A ParagrahInstance obiektu.

Implementacje

IEnumerator<T>.Current