PageSection Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
| 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)
Parameter
- control
- ILayoutEditor
Gilt für:
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)
Parameter
- control
- ILayoutEditor
- width
- Double
- height
- Double