PageHeader 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
| 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