Partager via


Propriété TextRunInstanceEnumerator.Current

Gets 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

Valeur de propriété

Type : Microsoft.ReportingServices.OnDemandReportRendering.TextRunInstance
A TextRunInstance object.

Implémente

IEnumerator<T>.Current

Voir aussi

Référence

TextRunInstanceEnumerator Classe

Espace de noms Microsoft.ReportingServices.OnDemandReportRendering