ReportElementCollectionBase<T>.ReportElementEnumerator.Current Property
Getst the current item.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property Current As T
Get
'Usage
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
Property Value
Type: T
An object of type T.