TextRunInstanceEnumerator.Current 属性
Getst 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.