internal void CopyRootTo(Bands band) { //band .rootBand = rootBand; //band.rootEchoRowDict.Clear(); //foreach (int rowIndex in rootEchoRowDict.Keys) //{ // band.rootEchoRowDict.Add(rowIndex, rootEchoRowDict[rowIndex]); //} }
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; }