|
@@ -159,7 +159,7 @@ namespace OTSIncAReportApp
|
|
List<string> list2 = new List<string>() { surveyResults, sampleMeasurementInformation, granularComponent, particleSizeDistribution, averageElementComposition };
|
|
List<string> list2 = new List<string>() { surveyResults, sampleMeasurementInformation, granularComponent, particleSizeDistribution, averageElementComposition };
|
|
ResultFile resultinfo = m_rstDataMgr.ResultFilesList[m_rstDataMgr.GetWorkingResultId()];
|
|
ResultFile resultinfo = m_rstDataMgr.ResultFilesList[m_rstDataMgr.GetWorkingResultId()];
|
|
//var Systype = ((Dictionary<string, object>)((Dictionary<string, object>)((Dictionary<string, object>)(Dictionary<string, object>)resultinfo.ResultInfo["Sample"])["Members"])["MsrParams"])["SysType"].ToString();
|
|
//var Systype = ((Dictionary<string, object>)((Dictionary<string, object>)((Dictionary<string, object>)(Dictionary<string, object>)resultinfo.ResultInfo["Sample"])["Members"])["MsrParams"])["SysType"].ToString();
|
|
- var Systype = m_ReportApp.m_RptConfigFile.Systype;
|
|
|
|
|
|
+ var Systype = RptConfigFile.GetRptConfig().Systype;
|
|
|
|
|
|
if (Systype == OTS_SysType_ID.IncA)
|
|
if (Systype == OTS_SysType_ID.IncA)
|
|
{
|
|
{
|