In MSRS 2000 I use pass the parameters from a web page like this
ReportViewer1.ReportPath = "/RptProj/EMPINFO&EMPNO=00004";
ReportViewer1.ServerUrl = "http://<ServerName>/ReportServer";
In MSRS 2005 Iam trying this but it is not working (Even with "&" insted of the "?")
ReportViewer1.ServerReport.ReportPath = "/ReportingProject/EmpReport?ManagerID=3";
ReportViewer1.ServerReport.ReportServerUrl = new Uri("http://<ServerName>/ReportServer");
can any body tell me what what wrong in this & how do I fix it??
which mode you use? Local mode or Remote mode?
|||Remote mode
No comments:
Post a Comment