Пример #1
0
 internal void CopyRootTo(Bands band)
 {
     //band .rootBand = rootBand;
     //band.rootEchoRowDict.Clear();
     //foreach (int rowIndex in rootEchoRowDict.Keys)
     //{
     //    band.rootEchoRowDict.Add(rowIndex, rootEchoRowDict[rowIndex]);
     //}
 }
Пример #2
0
        public void ReInit()
        {
            texts         = new Texts(this);
            columns       = new ReportColumns(this);
            reportReader  = new ReadOldRPT(this);
            reportWriter  = new WriteRpt(this);
            attributes    = new ReportAttribute(this);
            drawManager   = new ReportDrawManager(this);
            DataAnalyse   = new DataAnalyse(this);
            bands         = new Bands();
            propertyValid = false;
            data          = null;

            //projectDataManager = null;
        }