你好,使用这个方法来实现:- GrapeCity.ActiveReports.PageReport rpt = new GrapeCity.ActiveReports.PageReport(new System.IO.FileInfo(@"Reports\图像.rdlx"));
- GrapeCity.ActiveReports.Document.PageDocument rptb = new GrapeCity.ActiveReports.Document.PageDocument(rpt);
- rptb.Parameters[0].CurrentValue = "杭州霆浩";
复制代码 |