远程报表的调用
摘要:this.reportViewer1.ProcessingMode = Microsoft.Reporting.WinForms.ProcessingMode.Remote;this.reportViewer1.ServerReport.ReportPath = @"/Report1";this.reportViewer1.ServerReport.ReportServerUrl = new Uri(@"http://172.20.63.12:8082/reportserver");this.reportViewer1.ServerReport.Repo
阅读全文
posted @ 2012-07-18 21:54