Partilhar via


Propriedade Current

Getst 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<(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

Valor da propriedade

Tipo: T
An object of type T.

Implementa

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