Current 속성
Getst the current item.
네임스페이스: Microsoft.ReportingServices.OnDemandReportRendering
어셈블리: Microsoft.ReportingServices.ProcessingCore.dll의 Microsoft.ReportingServices.ProcessingCore
구문
‘선언
Public ReadOnly Property Current As T
Get
‘사용 방법
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
속성 값
형식: T
An object of type T.