代码无效引用清理,试压包资料界面看板修改
This commit is contained in:
@@ -1,12 +1,7 @@
|
||||
using BLL;
|
||||
using FastReport;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Data;
|
||||
using System.Linq;
|
||||
using System.Web;
|
||||
using System.Web.UI;
|
||||
using System.Web.UI.WebControls;
|
||||
|
||||
namespace FineUIPro.Web.Controls
|
||||
{
|
||||
@@ -43,7 +38,7 @@ namespace FineUIPro.Web.Controls
|
||||
{
|
||||
ReportPath = Request.Params["ReportPath"];
|
||||
WebReport1.StartReport += WebReport1_StartReport;
|
||||
if (dataTables!=null&&dataTables.Count > 0)
|
||||
if (dataTables != null && dataTables.Count > 0)
|
||||
{
|
||||
for (int i = 0; i < dataTables.Count; i++)
|
||||
{
|
||||
@@ -59,11 +54,11 @@ namespace FineUIPro.Web.Controls
|
||||
}
|
||||
WebReport1.ReportFile = ReportPath;
|
||||
WebReport1.Prepare();
|
||||
// WebReport1.ExportPdf();
|
||||
// WebReport1.ExportPdf();
|
||||
}
|
||||
private void WebReport1_StartReport(object sender, EventArgs e)
|
||||
{
|
||||
if (ParameterValues!=null&&ParameterValues.Count > 0)
|
||||
if (ParameterValues != null && ParameterValues.Count > 0)
|
||||
{
|
||||
foreach (KeyValuePair<string, string> kvp in ParameterValues)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user