ParagraphInstance Constructor
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
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
)
Parameters
- reportElementDef
Type: Microsoft.ReportingServices.OnDemandReportRendering.ReportElement
The report element definition.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace