PageSection Constructores

Definición

Sobrecargas

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)

Parámetros

control
ILayoutEditor

Se aplica a

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)

Parámetros

control
ILayoutEditor
width
Double
height
Double

Se aplica a