|
|
@@ -779,7 +779,7 @@ namespace OTSIncAReportApp
|
|
|
clr_prop.SetDataSourceList(datasourcelist);
|
|
|
clr_prop.SetDataSourceId(index);//
|
|
|
|
|
|
- clr_prop.SetType((int)DisplayPicutureType.AnalyzeDataTable);//table
|
|
|
+ clr_prop.SetType((int)DisplayPicutureType.AnalyzeSheetandChart);//table
|
|
|
clr_prop.SetCalTableType((int)CALCULATE_TABLE_TYPE.GB_Method1);//国标1
|
|
|
|
|
|
List<OTSCLRINTERFACE.CGridDataClr> listGriddataclr = m_ReportApp.m_rstDataMgr.m_ReportMgr.GridDataTransfer(clr_prop);//
|
|
|
@@ -818,7 +818,7 @@ namespace OTSIncAReportApp
|
|
|
clr_prop2.SetDataSourceList(datasourcelist2);
|
|
|
clr_prop2.SetDataSourceId(index2);//
|
|
|
|
|
|
- clr_prop2.SetType((int)DisplayPicutureType.AnalyzeDataTable);//table
|
|
|
+ clr_prop2.SetType((int)DisplayPicutureType.AnalyzeSheetandChart);//table
|
|
|
clr_prop2.SetCalTableType((int)CALCULATE_TABLE_TYPE.GB_Method2);//国标2
|
|
|
List<OTSCLRINTERFACE.CGridDataClr> listGriddataclr2 = m_ReportApp.m_rstDataMgr.m_ReportMgr.GridDataTransfer(clr_prop2);//
|
|
|
|
|
|
@@ -854,7 +854,7 @@ namespace OTSIncAReportApp
|
|
|
clr_prop3.SetDataSourceList(datasourcelist3);
|
|
|
clr_prop3.SetDataSourceId(index3);//
|
|
|
|
|
|
- clr_prop3.SetType((int)DisplayPicutureType.AnalyzeDataTable);//table
|
|
|
+ clr_prop3.SetType((int)DisplayPicutureType.AnalyzeSheetandChart);//table
|
|
|
clr_prop3.SetCalTableType((int)CALCULATE_TABLE_TYPE.ASTM);
|
|
|
List<OTSCLRINTERFACE.CGridDataClr> listGriddataclr3 = m_ReportApp.m_rstDataMgr.m_ReportMgr.GridDataTransfer(clr_prop3);
|
|
|
|
|
|
@@ -889,7 +889,7 @@ namespace OTSIncAReportApp
|
|
|
clr_prop4.SetDataSourceList(datasourcelist4);
|
|
|
clr_prop4.SetDataSourceId(index4);//
|
|
|
|
|
|
- clr_prop4.SetType((int)DisplayPicutureType.AnalyzeDataTable);//table
|
|
|
+ clr_prop4.SetType((int)DisplayPicutureType.AnalyzeSheetandChart);//table
|
|
|
clr_prop4.SetCalTableType((int)CALCULATE_TABLE_TYPE.DIN);
|
|
|
List<OTSCLRINTERFACE.CGridDataClr> listGriddataclr4 = m_ReportApp.m_rstDataMgr.m_ReportMgr.GridDataTransfer(clr_prop4);
|
|
|
|
|
|
@@ -926,7 +926,7 @@ namespace OTSIncAReportApp
|
|
|
clr_prop5.SetDataSourceList(datasourcelist5);
|
|
|
clr_prop5.SetDataSourceId(index5);//
|
|
|
|
|
|
- clr_prop5.SetType((int)DisplayPicutureType.AnalyzeDataTable);//table
|
|
|
+ clr_prop5.SetType((int)DisplayPicutureType.AnalyzeSheetandChart);//table
|
|
|
clr_prop5.SetCalTableType((int)CALCULATE_TABLE_TYPE.YB6156);
|
|
|
List<OTSCLRINTERFACE.CGridDataClr> listGriddataclr5 = m_ReportApp.m_rstDataMgr.m_ReportMgr.GridDataTransfer(clr_prop5);
|
|
|
|