Partager via


Propriété ReportElementCollectionBase<T>.ReportElementEnumerator.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 T
    Get
'Utilisation
Dim instance As ReportElementCollectionBase<T>.ReportElementEnumerator 
Dim value As T

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

Valeur de propriété

Type : T
An object of type T that represents the current item.

Implémente

IEnumerator<T>.Current

Voir aussi

Référence

ReportElementCollectionBase<T>.ReportElementEnumerator Classe

Espace de noms Microsoft.ReportingServices.OnDemandReportRendering