beginner's tutorial for report viewer? [closed

2019-02-01 01:10发布

问题:

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.

回答1:

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.