次の方法で共有


ParagraphInstance(ReportElement) コンストラクター

定義

ParagraphInstance クラスの新しいインスタンスを初期化します。

protected:
 ParagraphInstance(Microsoft::ReportingServices::OnDemandReportRendering::ReportElement ^ reportElementDef);
protected ParagraphInstance (Microsoft.ReportingServices.OnDemandReportRendering.ReportElement reportElementDef);
new Microsoft.ReportingServices.OnDemandReportRendering.ParagraphInstance : Microsoft.ReportingServices.OnDemandReportRendering.ReportElement -> Microsoft.ReportingServices.OnDemandReportRendering.ParagraphInstance
Protected Sub New (reportElementDef As ReportElement)

パラメーター

reportElementDef
ReportElement

レポート要素の定義。

適用対象