Click here to Skip to main content
15,891,704 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more: , +
Hi All,

i want to know, how to build multiple invoices in single report, using ms report viewer with different bill no. and different data.

i am developing a software for sales so that it is our need in reporting section so please advice to me.

i am using visual studio 2012 that is providing ms report viewer.


Thanks,

Atul Sharma
Posted
Comments
Member 11659802 11-May-15 20:06pm    
Hi! I have the same problem. Have you found the answer? Please help.

1 solution

Get your dataset with order headers and items. Then group by headers, add items to the group and you're done.

It is same as getting single order, only without filters :)
 
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