Click here to Skip to main content
15,899,314 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hey developers .

I am having difficulties creating reports using the reportsviewer control in visual studio. I am developing a simple orders management system in C# and would like to display records in access 2007 database in a report but I cant get good direction to start up the reporting part.

What I need is somebody explaining to me step by step on how to go about it . I will be good from there. Thanks

Please help
Posted

1 solution

Ok here are the Steps:

Add an RDLC file to your Solution/Project where you want to display the report

Add a datasource to your project.This should connect to the Access Database that you were mentioning


Drag and Drop the necessary information on to the RDLC.


Add a report viewer control to the form on which you want to display the report.

To that report viewer control provide the datasource and report name.

and launch the application.Your report is displayed.

[Walkthrough in Creating Reports]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900