共用方式為


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 命名空間