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 T
    Get
'Utilisation
Dim instance As ReportElementCollectionBase<(Of <(<'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.

Implémente

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