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 命名空间