Click here to Skip to main content
15,892,674 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Need to print grocery shop billing, so want to create report viewer. How can I pass datagridview values and text box values to report viewer.

What I have tried:

...Need to print grocery shop billing, so want to create report viewer. How can I pass datagridview values and text box values to report viewer.
Posted
Updated 7-Sep-17 14:04pm
Comments
[no name] 10-Sep-17 3:44am    
you must create report and then create dataset and bind it to your reportviewer

1 solution

I usually use report parameters for small and simple data transaction. As for complex data types, lists and arrays, etc, I use datasets and binding for it.

Hope this will give you an idea where to start.
 
Share this answer
 
v2

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