Hi everybody,
I don't know if my request should be posted here, but any comment will be appreciated.
I have a lot of reports on a Report server. I also know that with the Web control (reportviewer) placed on a page, I'll be able to show the report in the browser. But what I'm looking for is a way to have something like a control that accepts some parameters (ServerUri, reportPath and so on), calls that control within a page to render the report instead of having to repeatedly placed the reportviewer whenever i need to view a report.
Can someone helps me to find an approach? Could Composite Asp.net server control be a solution?
Thanks in advance.
So, you can follow the Report Manager implementation. Subclass the ReportViewer control, put in on a page (e.g. ReportViewer.aspx) and make other pages redirect/trasfer to that page.
No comments:
Post a Comment