Freigeben über


ParagraphInstance-Konstruktor

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

Initializes a new instance of the ParagraphInstance class.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Protected Sub New ( _
    reportElementDef As ReportElement _
)
'Usage
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
)

Parameter

Siehe auch

Verweis

ParagraphInstance Klasse

Microsoft.ReportingServices.OnDemandReportRendering-Namespace