PageSection Costruttori
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
| Nome | Descrizione |
|---|---|
| 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)
Parametri
- control
- ILayoutEditor
Si applica 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)
Parametri
- control
- ILayoutEditor
- width
- Double
- height
- Double