Поделиться через


Свойство ReportElementCollectionBase<T>.ReportElementEnumerator.Current

Gets the current item.

Пространство имен:  Microsoft.ReportingServices.OnDemandReportRendering
Сборка:  Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)

Синтаксис

'Декларация
Public ReadOnly Property Current As T
    Get
'Применение
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

Значение свойства

Тип: T
An object of type T that represents the current item.

Реализует

IEnumerator<T>.Current

См. также

Справочник

ReportElementCollectionBase<T>.ReportElementEnumerator Класс

Пространство имен Microsoft.ReportingServices.OnDemandReportRendering