Partilhar via


Propriedade do RDL Current

Gets the current item.

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

Sintaxe

'Declaração
Public ReadOnly Property Current As ParagraphInstance
    Get
'Uso
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

Valor da propriedade

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

Implementa

IEnumerator< (Of < ( <'T> ) > ) >. . :: . .Current