Click here to Skip to main content
15,881,852 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
See more:
Hie!

i am using vb.net windows application 2005 with ms access.
i am creating a rdlc report.
i want to generate report by customer name .
for that i fire a query in dataset view designer -> datatableadapter -> configure -> query builder with where cause. at there query excute successfully.

but now in there is one textbox in form where i put report viewer control at that load event how to pass parameter for that textbox for customer name. Please help me!
Posted
Comments
Sandeep Mewara 28-Jul-10 2:39am    
1. report viewer in textbox?
2. Crystal or SSRS?
Prasad Bansi Vagal 2-Aug-10 12:57pm    
Reason for my vote of 5
easy qquestion needs some practce

1 solution

in report first create a list box then insert on it all the fields and then, right click in and give the group header you want, in this case customer id or name whatever, now it will show tree of customer id or name on which you had grouped, now report will come by customer id or name which the user will select from the tree shown on the left side of report.
if you want in details,just go to youtube and you will get it,search for "creating reports in Vb.net".

Prasad :)
 
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