Condividi tramite


Proprietà ParagraphInstanceEnumerator.Current

Gets the current item.

Spazio dei nomi  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property Current As ParagraphInstance 
    Get
'Utilizzo
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

Valore proprietà

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

Implementa

IEnumerator<T>.Current

Vedere anche

Riferimento

ParagraphInstanceEnumerator Classe

Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering