PageSection Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
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)
Parameters
- control
- ILayoutEditor
Applies to
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)
Parameters
- control
- ILayoutEditor
- width
- Double
- height
- Double