Gets the current item.
네임스페이스: Microsoft.ReportingServices.OnDemandReportRendering
어셈블리: Microsoft.ReportingServices.ProcessingCore(Microsoft.ReportingServices.ProcessingCore.dll)
구문
‘선언
Public ReadOnly Property Current As TextRunInstance
Get
‘사용 방법
Dim instance As TextRunInstanceEnumerator
Dim value As TextRunInstance
value = instance.Current
public TextRunInstance Current { get; }
public:
virtual property TextRunInstance^ Current {
TextRunInstance^ get () sealed;
}
abstract Current : TextRunInstance
override Current : TextRunInstance
final function get Current () : TextRunInstance
속성 값
유형: Microsoft.ReportingServices.OnDemandReportRendering.TextRunInstance
A TextRunInstance object.