I need export the report to Excel,PDF,CVS,TXT format,but the LocalReport Export File type only one: Excel.
I know the RemoteReport (SQL Server Reporting Services) support many export file types, but the ReportViewer need License , so I didn't try the RemoteReport. The following material come from VS.NET 2005 Beta 2 MSDN:
ReportViewer Controls in Visual Studio 2005
...
Remote processing mode requires a licensed copy of Microsoft SQL Server 2005 Reporting Services. This requirement applies to all scenarios that involve a report server.
Will the LocalReport Export File type limitation be overcome And how & where can I get a licensed copy of Microsoft SQL Server 2005 Reporting Services.
Any help would be greatly appreciated.
Thanks
FrankyLi

ReportViewer LocalReport Export File type limitation(VS.NET 2005 beta 2)
anotherprogrammer
Callum
Report Server does not have to be on the same machine as ReportViewer control. You can install SQL Server (including Reporting Services) on one machine, and Visual Studio 2005 (including ReportViewer control) on another machine.
CarlosFernando
Jacques 316
Jignasha
In Beta 2, the ReportViewer control only supports Excel export. Based on customer feedback we are also considering adding PDF to the final product.
SQL Server 2005 Reporting Services is a part of SQL Server 2005. Licensing and other information about Reporting Services is available here: http://www.microsoft.com/sql/reporting/
Imtiazahmad
Just to clarify your post on 6/12/05, PDF export will definitely be added to the WinForms viewer by RTM Is this correct
Thanks! We're really hoping this is the case...
Jon
Strikermed
But after installed VS.NET 2005 Beta 2.0, I install SQL 2005 Beta 2, at the 1st step, bug reported:
********
TITLE: Microsoft SQL Server 2005 CTP Setup
---------------------------------------- < xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" />
There was an unexpected failure during the setup wizard. You may review the setup logs and/or click the help button for more information.
----------------------------------------
BUTTONS:
OK
*****
I can't install SQL 2005 beta 2 on my compter , my colleague also had the same problem.
And worst thing is, after the installation, VS.NET 2005 Beta 2 don't work (ASP.NET 2.0 Web Site), it always said "the resource couldn't be found." . I reinstalled VS.NET 2005 Beta 2 but it still didn't work. So I uninstall the VS.NET 2005 Beta 2 then installed VS.NET 2005 agian, it work well. I think the problem maybe caused by SQL 2005 installation.
So I can't use ReportViwer's RemoteReport property to access the report which provided by Reporting Service, becuase RemoteReport need SQL Server 2005 License.
While I had installed SQL 2005 beta 2 on a virtual machine which No VS.NET 2003/2005,SQL 2000 installed.
How can I handle these problems
Thanks.
FrankyLi