Hi,
We have a reports running in a system in our internal network. Now our requirement is we have to publish the same report into web for the public. How can I do that..?
Note :
I can not install reporting service in my Web server system.
There should be a way to put the report from the reporting server to the web server and display in the webpage to the public.
This is really an urgent requirement.
Are you using RS2005? If so, you can embed the report viewer control into your ASP.Net application.|||I'm using 2003, Is there any way to do this. My problem is I have to show a report to a website which is running in diffrent system in the same network.
the user will be provided by a hyperlink in the asp.net webpage by clicking the link the user should see the report.
Thanks
Mohan
|||
It is tricky in 2003 without the viewer control.
Your user's won't be authenticated against your RS backend, so you will have to get the contents of the report from within your ASP.Net application. You will want to use the HTMLFragment deviceinfo setting. The trickier part is resolving the secondary streams (like images and charts). You will have to use the StreamRoot deviceinfo to redirect image requests back to your ASP.Net application, so you can make them on behalf of your users.
No comments:
Post a Comment