PageSection 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
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