Click here to Skip to main content
15,885,278 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi i am a db programmer by c#.
i want to export result of search in db to print.
work with crystal report is difficult beacause it is need to install component. is there any way in c# to design report in VS.NET?
please me a complate example

thanks very much
Posted

1 solution

Every reporting solution is going to have some kind of component or runtime to install with your application.

Visual Studio doesn't have a report designer like CR does.

You'd have to "roll your own" report page or form (depending on app type) and write all the code to populate the "report" yourself.
 
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