PageHeader Конструкторы
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Перегрузки
PageHeader(ILayoutEditor) | |
PageHeader(ILayoutEditor, Double, Double) |
PageHeader(ILayoutEditor)
public:
PageHeader(Microsoft::ReportDesigner::ILayoutEditor ^ control);
public PageHeader (Microsoft.ReportDesigner.ILayoutEditor control);
new Microsoft.ReportDesigner.PageHeader : Microsoft.ReportDesigner.ILayoutEditor -> Microsoft.ReportDesigner.PageHeader
Public Sub New (control As ILayoutEditor)
Параметры
- control
- ILayoutEditor
Применяется к
PageHeader(ILayoutEditor, Double, Double)
public:
PageHeader(Microsoft::ReportDesigner::ILayoutEditor ^ control, double width, double height);
public PageHeader (Microsoft.ReportDesigner.ILayoutEditor control, double width, double height);
new Microsoft.ReportDesigner.PageHeader : Microsoft.ReportDesigner.ILayoutEditor * double * double -> Microsoft.ReportDesigner.PageHeader
Public Sub New (control As ILayoutEditor, width As Double, height As Double)
Параметры
- control
- ILayoutEditor
- width
- Double
- height
- Double