Udostępnij przez


Właściwość ReportElementCollectionBase<T>.ReportElementEnumerator.Current

Bieżący Getst element.

Przestrzeń nazw:  Microsoft.ReportingServices.OnDemandReportRendering
Zestaw:  Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)

Składnia

'Deklaracja
Public ReadOnly Property Current As T
    Get
'Użycie
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

Wartość właściwości

Typ: T
Obiekt typu t.

Implementacje

IEnumerator<T>.Current