Click here to Skip to main content
15,888,142 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello,
I need to generate a report in ms word using c# winform and mysql database.
you can find the predefined format of report here https://www.dropbox.com/s/nkozkr4x7cibhri/confirm.png?dl=0[^]

there are tables for camera,lense,extra charges for each booking id.like for booking id=1 tables are camera_1,lense_1,acc_1.

the tables are generated dynamically according to the booking id.
I thought to use crystal reports but the xsd file require static tables but didnt get any idea how to use that too.

Kindly help me in this regards.
Posted

1 solution

 
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