为什么水晶报表10.0工具栏的打印和导出按钮不起作用?
RT,着急啊,点击导出或打印按钮后,就弹出一个IE框,空白的然后就没反应了,请教大家应该怎么办?
代码如下:
ReportDocument myReport = new ReportDocument();
myReport.Load(@"C:\Inetpub\wwwroot\Diaodu\LogBookPrint.rpt");
myReport.SetDataSource(abnormal.dsLogBook.Tables["LOGBOOK"]);
CrystalReportViewer1.ReportSource = myReport;