다음을 통해 공유


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 네임스페이스