Example #1
0
        public ReportDefinition( )
        {
            this.ReportHeaderDefinition = new ReportHeaderDefinition();
            this.ReportHeaderDefinition.ReportTitle.TextStyle.FontSize = default_font_size;

            this.ReportFooterDefinition = new ReportFooterDefinition();

            this.Table     = new SimpleTable();
            this.TextStyle = new TextStyle();
        }
Example #2
0
        public ReportDefinition( )
        {
            this.ReportHeaderDefinition = new ReportHeaderDefinition();
            this.ReportHeaderDefinition.ReportTitle.TextStyle.FontSize = default_font_size;

            this.ReportFooterDefinition = new ReportFooterDefinition();

            this.Table = new SimpleTable();
            this.TextStyle = new TextStyle();



        }