Condividi tramite


Proprietà 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< (Of < ( <'T> ) > ) >. . :: . .Current