次の方法で共有


PageSection コンストラクター

定義

オーバーロード

PageSection(ILayoutEditor)
PageSection(ILayoutEditor, Double, Double)

PageSection(ILayoutEditor)

protected:
 PageSection(Microsoft::ReportDesigner::ILayoutEditor ^ control);
protected PageSection (Microsoft.ReportDesigner.ILayoutEditor control);
new Microsoft.ReportDesigner.PageSection : Microsoft.ReportDesigner.ILayoutEditor -> Microsoft.ReportDesigner.PageSection
Protected Sub New (control As ILayoutEditor)

パラメーター

control
ILayoutEditor

適用対象

PageSection(ILayoutEditor, Double, Double)

protected:
 PageSection(Microsoft::ReportDesigner::ILayoutEditor ^ control, double width, double height);
protected PageSection (Microsoft.ReportDesigner.ILayoutEditor control, double width, double height);
new Microsoft.ReportDesigner.PageSection : Microsoft.ReportDesigner.ILayoutEditor * double * double -> Microsoft.ReportDesigner.PageSection
Protected Sub New (control As ILayoutEditor, width As Double, height As Double)

パラメーター

control
ILayoutEditor
width
Double
height
Double

適用対象