Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

beginner's tutorial for report viewer? [closed]

I am using VSTS 2008 + C# + .Net 3.5 + SQL Server 2008 + ASP.Net + IIS 7 to develop web application. Any quick and easy to learn tutorial for report viewer -- I want to generate report based on data from SQL Server 2008. Basic design and implementation function is fine, no need to learn advanced topics about report reviewer at this time.

like image 811
George2 Avatar asked Jun 24 '10 14:06

George2


People also ask

How do I get report viewer in toolbox?

To add the ReportViewer control to your project: If the Visual Studio toolbox is not visible, click View > Toolbox. In the toolbox, scroll to the Data section and look for the ReportViewer control. If it is not in the Data section, look for the MicrosoftReportViewer control in the Reporting section.


1 Answers

I'd recommend starting here:

  • http://www.gotreportviewer.com/
  • http://msdn.microsoft.com/en-us/library/aa179197%28SQL.80%29.aspx

UPDATE

Take a look at this link, it provides step by step details. It uses a dataset instead of a database but you should be able to make the necessary adjustments fairly easily.

like image 167
Abe Miessler Avatar answered Sep 28 '22 08:09

Abe Miessler