Showing reports from SSRS on asp.net page

I have trouble with my reports of Reporting Services on an asp.net page. When I call the report (which is a table with a graphic in a specific column of the table) from my asp.net app it does not show me the graphic on the table cell, but when I see the same report at ReportServer from Reporting Services it shows me the graphic inside the specific column of the table. Have you had a problem like that? *The report is displayed on a reportviewer from visual-studio 2008.

Upvotes: 0

Views: 239

Answers (1)

Mike
Mike

Reputation: 550

Instead of using the report viewing control on the web page, you could call the SSRS service from your web page, and render the report results in MHTML, convert the MHTML into html and display this on your web page.

Upvotes: 0

Related Questions