共用方式為


TextRunInstanceEnumerator.Current 屬性

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.

實作

IEnumerator<T>.Current

請參閱

參考

TextRunInstanceEnumerator 類別

Microsoft.ReportingServices.OnDemandReportRendering 命名空間