ASP.Net Reportviewer in folder not working

Posted by Bruce on Stack Overflow See other posts from Stack Overflow or by Bruce
Published on 2010-06-05T07:46:12Z Indexed on 2010/06/05 7:52 UTC
Read the original article Hit count: 197

Filed under:
|
|
|

We can run the ReportViewer in a ASP.Net Web App project that is off the root OK so localhost/test/report.aspx works. It's running as a Client Report. But if we move the application up another level the report stops working so localhost/testfolder/test/test.aspx.

When the report fails it has no data to display and none of the images are loading.

Info: We are bind the report in code and sort out the Report.LocalReport.ReportPath to the correct path.

Can't help thinking there is a setting wrong, but stumped at the moment!

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about client