Sql Server Reporting Services 05 in C# Express 05

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi, I have Visual C# 2005 Express Edition and SQL Server 2005 Express
Edition. I downloaded and installed the Advanced Services for SQL Server 05,
and the Toolkit for SQL Server 05. I installed just about everything, so I
have Management Studio, Report Server, and Business Intelligence Developer
Studio. I have succeeded in creating reports in Business Intelligence Dev.
Studio, and want to know how to integrate them into my Windows Forms
application. There is a good example of what I want to do at the SQL Server
Express Edition Samples page.
(http://msdn.microsoft.com/vstudio/express/sql/samples/default.aspx#windows)

The only thing I don't know is: how do you get the ReportViewer control in
your toolbox? I downloaded and installed the Microsoft ReportViewer
Redistributable, but the control is still NOT SHOWING UP in my toolbox. Any
help would be appreciated.
 
If that's the case, how come in the link I provided below, at the MSDN Site,
it says, "...The Reports for Windows is another example of a rich client and
Web application. This application provides a rich client interface and Web
application to view rich reports based on different business queries.

Note: This rich client and Web application requires Visual Basic Express and
the Microsoft Reportviewer Redistributable..."
 
As far as I know the only Express product to inlude the Report Viewer
control is Visual Web Developer.
 
Back
Top