试压包打印修改
This commit is contained in:
@@ -185,7 +185,8 @@ namespace BLL
|
||||
{
|
||||
Dictionary<string, string> keyValuePairs = new Dictionary<string, string>();
|
||||
BLL.FastReportService.AddFastreportParameter(keyValuePairs);
|
||||
|
||||
keyValuePairs.Add("Pressure", updateTestPackage.AdjustTestPressure);
|
||||
BLL.FastReportService.AddFastreportParameter(keyValuePairs);
|
||||
initTemplatePath = "File\\Fastreport\\JGZL\\管道压力试验技术要求.frx";
|
||||
fastReportItem.ReportPath = initTemplatePath;
|
||||
fastReportItem.ParameterValues = keyValuePairs;
|
||||
|
||||
Reference in New Issue
Block a user