Click here to Skip to main content
15,868,141 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi all.

I am new to Windows Desktop Application Development.

I want to print the bill from my application. The database is stored in Access 2007 and my query is : "
SQL
select A.BillNo,A.BillType,A.TaxType,A.PartyName,B.Desc,B.Desc,B.HSNCode,B.Qty,B.Rate,(B.Qty*B.Rate) as Amount from
BillMaster A inner join BillDetail B on B.BillNo=A.BillNo

"

But I don't know how to use the report viewer control properly and how to design a report.

Please help me

Thanks in advance.
Posted

1 solution

If you don't know how to do something then find a book or a tutorial and learn. Asking a forum to teach you is not very bright, we can only help you with a problem not an education.
 
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