Construtor ParagraphInstance
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
Initializes a new instance of the ParagraphInstance class.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Protected Sub New ( _
reportElementDef As ReportElement _
)
'Uso
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
)
Parâmetros
- reportElementDef
Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ReportElement
The report element definition.
Consulte também
Referência
Namespace Microsoft.ReportingServices.OnDemandReportRendering