다음을 통해 공유


PageFooter 생성자

정의

오버로드

PageFooter(ILayoutEditor)
PageFooter(ILayoutEditor, Double, Double)
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)

매개 변수

control
ILayoutEditor

적용 대상

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)

매개 변수

control
ILayoutEditor
width
Double
height
Double

적용 대상