ParagraphInstanceEnumerator.Current 属性

Gets the current item.

命名空间:  Microsoft.ReportingServices.OnDemandReportRendering
程序集:  Microsoft.ReportingServices.ProcessingCore(在 Microsoft.ReportingServices.ProcessingCore.dll 中)

语法

声明
Public ReadOnly Property Current As ParagraphInstance 
    Get
用法
Dim instance As ParagraphInstanceEnumerator 
Dim value As ParagraphInstance 

value = instance.Current
public ParagraphInstance Current { get; }
public:
virtual property ParagraphInstance^ Current {
    ParagraphInstance^ get () sealed;
}
abstract Current : ParagraphInstance 
override Current : ParagraphInstance
final function get Current () : ParagraphInstance

属性值

类型:Microsoft.ReportingServices.OnDemandReportRendering.ParagraphInstance
A ParagrahInstance object.

实现

IEnumerator<T>.Current

请参阅

参考

ParagraphInstanceEnumerator 类

Microsoft.ReportingServices.OnDemandReportRendering 命名空间