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 |
liptonIcedTea
Starting Member
26 Posts |
Posted - 2008-03-11 : 23:40:46
|
Hi,I'm currently involved in a project where I am working on an application utilising ASP.NET with a SQL Server 2005 backend.So far, it has worked well - however, there is a seperate team that has a bunch of reports using Reporting Services 2005 that we would like to display on our site.Obviously, the 2.0 Reporting Services control is not going to work on 1.1, i was wondering is that any sort of way for me to display these RS reports on my 1.1 site?Cheers |
|
sodeep
Master Smack Fu Yak Hacker
7174 Posts |
Posted - 2008-03-12 : 07:53:57
|
Not sure i understood your question. |
 |
|
visakh16
Very Important crosS Applying yaK Herder
52326 Posts |
Posted - 2008-03-12 : 12:57:09
|
I think you can write a ASP.NET page to render the report definition xml as html to display the reports. |
 |
|
liptonIcedTea
Starting Member
26 Posts |
Posted - 2008-03-12 : 17:24:04
|
you know how you use the ReportViewer control to display the contents of a Reporting Services report. That control is in 2.0 - i was wondering if there was a 1.1 ReportViewer control that will display the contents of a SSRS2005 report. Or there was any other way of displaying the report |
 |
|
CowsMowMyGrass
Starting Member
1 Post |
Posted - 2009-06-12 : 12:01:49
|
quote: Originally posted by liptonIcedTea ...wondering if there was a 1.1 ReportViewer control that will display the contents of a SSRS2005 report. Or there was any other way of displaying the report
We have similar dilemma; ready to upgrade to SQL 2008 RS, but not ready to rewrite our website in 2.0. User authentication and security is complex and don't want to lose that by writing a separate website for the 2008 reporting. So, how do we display reports? |
 |
|
|
|
|