Partager via


Constructeur ParagraphInstance

Cette API prend en charge l'infrastructure et n'est pas destinée à être utilisée directement à partir de votre code.

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Protected Sub New ( _
    reportElementDef As ReportElement _
)
'Utilisation
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
)