예제 #1
0
        public override void Initialize()
        {
            base.Initialize();
            ReportSections = new RdlCollection <ReportSection>();
            ReportSection item = new ReportSection();

            ReportSections.Add(item);
            DataSources            = new RdlCollection <DataSource>();
            DataSets               = new RdlCollection <DataSet>();
            ReportParameters       = new RdlCollection <ReportParameter>();
            ReportParametersLayout = new ReportParametersLayout();
            CustomProperties       = new RdlCollection <CustomProperty>();
            EmbeddedImages         = new RdlCollection <EmbeddedImage>();
            CodeModules            = new RdlCollection <string>();
            Classes          = new RdlCollection <Class>();
            Variables        = new RdlCollection <Variable>();
            DataElementStyle = DataElementStyles.Attribute;
        }
예제 #2
0
 public override void Initialize()
 {
     base.Initialize();
     TextRuns = new RdlCollection <TextRun>();
     TextRuns.Add(new TextRun());
 }