Конструктор ParagraphInstance
Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.
Initializes a new instance of the ParagraphInstance class.
Пространство имен: Microsoft.ReportingServices.OnDemandReportRendering
Сборка: Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)
Синтаксис
'Декларация
Protected Sub New ( _
reportElementDef As ReportElement _
)
'Применение
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
)
Параметры
- reportElementDef
Тип: Microsoft.ReportingServices.OnDemandReportRendering.ReportElement
The report element definition.
См. также
Справочник
Пространство имен Microsoft.ReportingServices.OnDemandReportRendering