Proprietà Current
Getst the current item.
Spazio dei nomi: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property Current As T
Get
'Utilizzo
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
Valore proprietà
Tipo: T
An object of type T.