beginner's tutorial for report viewer?

George2 picture George2 · Jun 24, 2010 · Viewed 53.9k times · Source

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.

Answer

Abe Miessler picture Abe Miessler · Jun 24, 2010

I'd recommend starting here:

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.