i am working through an purchase & sales report.i want to display the purchase report for daily basis using rdlc report how can i do that...can any one help me.....i use date.today to pass in database to fetch the record but how to display that record in report..

sqlcommand=" select * from purchase_master where bill_date=@bill_date"
sqlcommand.parameters.clear()
sqlcommand.parameters.addwithvalue("@bill_date",date.today)

now how can i pass this records to report and view in report viewer...

Recommended Answers

All 3 Replies

i never used rdlc . but normally there are two methods to show data in report. 1- use wizard .2- set datasource to your report and map your fields with columns of datasource.

hii aldowarner it is in c# but i want vb.net and i use visual studio 2010 ultimate so it does not contain crystal report so i want to use rdlc report..help for it...

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.