MonoReports.Model.Controls.PageFooterSection.PageFooterSection C# (CSharp) 메소드

PageFooterSection() 공개 메소드

public PageFooterSection ( ) : System
리턴 System
        public PageFooterSection()
            : base()
        {
            this.Name = "Page Footer";
            sectionType = SectionType.PageFooter;
        }