Costruttore ParagraphInstance
Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.
Initializes a new instance of the ParagraphInstance class.
Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Sintassi
'Dichiarazione
Protected Sub New ( _
reportElementDef As ReportElement _
)
'Utilizzo
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
)
Parametri
- reportElementDef
Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ReportElement
The report element definition.
Vedere anche
Riferimento
Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering