PageFooter Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
PageFooter(ILayoutEditor) | |
PageFooter(ILayoutEditor, Double, Double) |
PageFooter(ILayoutEditor)
public:
PageFooter(Microsoft::ReportDesigner::ILayoutEditor ^ control);
public PageFooter (Microsoft.ReportDesigner.ILayoutEditor control);
new Microsoft.ReportDesigner.PageFooter : Microsoft.ReportDesigner.ILayoutEditor -> Microsoft.ReportDesigner.PageFooter
Public Sub New (control As ILayoutEditor)
Parameters
- control
- ILayoutEditor
Applies to
PageFooter(ILayoutEditor, Double, Double)
public:
PageFooter(Microsoft::ReportDesigner::ILayoutEditor ^ control, double width, double height);
public PageFooter (Microsoft.ReportDesigner.ILayoutEditor control, double width, double height);
new Microsoft.ReportDesigner.PageFooter : Microsoft.ReportDesigner.ILayoutEditor * double * double -> Microsoft.ReportDesigner.PageFooter
Public Sub New (control As ILayoutEditor, width As Double, height As Double)
Parameters
- control
- ILayoutEditor
- width
- Double
- height
- Double