您好!AR2是很久以前的版本,您问的是关于打印的问题是吧!
现在打印后台代码是这样的:- string file_name = @"..\..\PageReport1.rdlx";
- GrapeCity.ActiveReports.PageReport pageReport = new GrapeCity.ActiveReports.PageReport(new System.IO.FileInfo(file_name));
- GrapeCity.ActiveReports.Document.PageDocument pageDocument = new GrapeCity.ActiveReports.Document.PageDocument(pageReport);
- pageDocument.Print(true, true, false);
复制代码
|