Construtor ParagraphInstance
Essa API oferece suporte à infraestrutura do e não se destina a ser usada diretamente no seu código.
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
Consulte também