PageHeader 建構函式

定義

多載

PageHeader(ILayoutEditor)
PageHeader(ILayoutEditor, Double, Double)

PageHeader(ILayoutEditor)

public:
 PageHeader(Microsoft::ReportDesigner::ILayoutEditor ^ control);
public PageHeader (Microsoft.ReportDesigner.ILayoutEditor control);
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);
Public Sub New (control As ILayoutEditor, width As Double, height As Double)

參數

control
ILayoutEditor
width
Double
height
Double

適用於