all groups > sql server reporting services > may 2006 >
You're in the

sql server reporting services

group:

Using Reporting Services with Visual Studio 2003


Re: Using Reporting Services with Visual Studio 2003 Bruce L-C [MVP]
5/23/2006 4:17:01 PM
sql server reporting services:
RS 2005 report requires RS 2005 Server, you cannot deploy to RS 2000 server.
You can deploy RS 2000 reports to RS 2005 server but not the other way
around.


--
Bruce Loehle-Conger
MVP SQL Server Reporting Services

[quoted text, click to view]

Re: Using Reporting Services with Visual Studio 2003 Bruce L-C [MVP]
5/23/2006 5:02:17 PM
The control operates in either server mode (rendering done at the server) or
local mode (rendering done locally). If local you give it the table data and
the report. You have to handle drill through events, subreports etc. Local
mode is more work but no server is necessary. If server mode the server has
to be RS 2005.


--
Bruce Loehle-Conger
MVP SQL Server Reporting Services

[quoted text, click to view]

Using Reporting Services with Visual Studio 2003 Gummy
5/23/2006 5:11:46 PM
Hello,

Without have SQL Server 2005 installed, is it possible to design a report,
using SQL Server Reporting Services 2005 and have that report displayed on
an ASP.NET page created in VS 2003?

Basically, I have my own Reporting Services to design reports. However, at
work, we only have SQL Server 2000 and VS 2003. So I figure I can design a
report and (hopefully) have the finished product display on our intranet.

Does that make sense?

Thank you.

-Gummy

Re: Using Reporting Services with Visual Studio 2003 Gummy
5/23/2006 5:34:07 PM
Thank you for the (very quick) answer.

Now that I am thinking about it... it is my understanding that you can use
the reports in a Windows Form. How would that be distributed if you need the
RS 2005 server?

Thanks again.



[quoted text, click to view]

Re: Using Reporting Services with Visual Studio 2003 Gummy
5/23/2006 11:34:25 PM
Great! Thank you.


[quoted text, click to view]

AddThis Social Bookmark Button