Partager via


Propriété Current

Getst the current item.

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public ReadOnly Property Current As TextRunInstance
    Get
'Utilisation
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

Implémente

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