共用方式為


ParagraphInstance 建構函式

此 API 支援 SQL Server 2012 基礎結構,但無法直接從您的程式碼使用。

Initializes a new instance of the ParagraphInstance class.

命名空間:  Microsoft.ReportingServices.OnDemandReportRendering
組件:  Microsoft.ReportingServices.ProcessingCore (在 Microsoft.ReportingServices.ProcessingCore.dll 中)

語法

'宣告
Protected Sub New ( _
    reportElementDef As ReportElement _
)
'用途
Dim reportElementDef As ReportElement 

Dim instance As New ParagraphInstance(reportElementDef)
protected ParagraphInstance(
    ReportElement reportElementDef
)
protected:
ParagraphInstance(
    ReportElement^ reportElementDef
)
new : 
        reportElementDef:ReportElement -> ParagraphInstance
protected function ParagraphInstance(
    reportElementDef : ReportElement
)

參數

請參閱

參考

ParagraphInstance 類別

Microsoft.ReportingServices.OnDemandReportRendering 命名空間