Partilhar via


Propriedade do RDL Current

Getst the current item.

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

Sintaxe

'Declaração
Public ReadOnly Property Current As TextRunInstance
    Get
'Uso
Dim instance As TextRunInstanceEnumerator
Dim value As TextRunInstance

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

Implementa

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