Compartilhar via


Propriedade do RDL ReportElementCollectionBase<T>.ReportElementEnumerator.Current

Gets the current item.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxe

'Declaração
Public ReadOnly Property Current As T
    Get
'Uso
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

Valor da propriedade

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

Implementa

IEnumerator<T>.Current

Consulte também

Referência

ReportElementCollectionBase<T>.ReportElementEnumerator Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering