Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
cooleddie
Starting Member
3 Posts |
Posted - 2005-05-13 : 13:46:16
|
Hello, I'm new to the reporting services arena so I hope this is not an ignorant question. What is the best method to pull data from an RS report that has already been created and published, and then display this report within what is now currently a static corporate intranet page? For instance, we would like to take a report that shows a high level month to date summary of the overall health of the company (sales, revenue, active customers, etc..) that contains some charts of how the company is doing versus the monthly projections, and add this into the home page of our intranet website. What would be the best method to achieve this? Create a frame and display the actual report in a frame, use ASP.NET, ADO.NET, XML? Any help would be greatly appreciated. |
|
jhermiz
3564 Posts |
Posted - 2005-05-13 : 14:18:04
|
The easiest solution is to create a frame and have the bottom frame open the report as a pdf.But that is the easiest solution, not sure what is the "best" way..it all depends. Keeping the web experience alive -- [url]http://www.web-impulse.com[/url]Imperfection living for perfection -- [url]http://jhermiz.blogspot.com/[/url] |
 |
|
cooleddie
Starting Member
3 Posts |
Posted - 2005-05-17 : 10:12:39
|
Thanks for the reply, J. I think that's probably what we will do. I was just trying to stay away from frames, but it might be the quickest way to accomplish what we need. |
 |
|
cooleddie
Starting Member
3 Posts |
Posted - 2005-05-17 : 10:13:37
|
Thanks for the reply, J. I think that we will probably just have the report open in a frame. I was just trying to stay away from frames, but it might be the quickest way to accomplish what we need. |
 |
|
|
|
|
|
|