Current Propiedad
Getst the current item.
Espacio de nombres: Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado: Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxis
'Declaración
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 de la propiedad
Tipo: T
An object of type T.