Share via


ParagraphInstance Constructor

This API supports the infrastructure and is not intended to be used directly from your code.

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
)