Hello,
Is it possible to integrate SQL Server 2005 Reporting Services into an asp.net 2.0 application? It would be nice to be able to call these reports from our web application rather than going to a different server to do so.
If it is possible, any good links I can check out?
Thanks in advance.
Matt
Matt,
Yes - you can integrate. I got this from our developer who's handling that for us:
The reports are on a website secured with SSL, with the internet guest account granted browser permissions on each individual report, not on any of the directories.
The integration is just passing the report parameters in a querystring.
The querystring is built like this:
"/ReportServer?/ORSReports/ReportName¶m1=param1val¶m2=param2val"
Hope that helps.
|||Rippleman,
We use a program called Windward Reports in our application here. It integrates into both ASP.NET and Java, nice in our situation where we do dev work on Windows and deploy to AIX systems.
http://www.windward.net
--TR
No comments:
Post a Comment