ParagraphInstance(ReportElement) Constructor

Definition

Initializes a new instance of the ParagraphInstance class.

protected:
 ParagraphInstance(Microsoft::ReportingServices::OnDemandReportRendering::ReportElement ^ reportElementDef);
protected ParagraphInstance (Microsoft.ReportingServices.OnDemandReportRendering.ReportElement reportElementDef);
new Microsoft.ReportingServices.OnDemandReportRendering.ParagraphInstance : Microsoft.ReportingServices.OnDemandReportRendering.ReportElement -> Microsoft.ReportingServices.OnDemandReportRendering.ParagraphInstance
Protected Sub New (reportElementDef As ReportElement)

Parameters

reportElementDef
ReportElement

The report element definition.

Applies to