0
Answer

how to generate reports in sql server reporting service from vb.net

Ask a question
madhu raju

madhu raju

15y
3.6k
1

hi

iam developing a windows application in Vb.net 2005 with sql server 2005 database backend.I have to generate reports for my application in sql server reporting service . how should i workout this from vb.net

In my application im having a datagridview with patient prescription details .what i have to do is to generate a prescription report using that gridview data

in my button click event  i write a query

"select * from tblPrescription where Prid=5"

what i have to need is whenever i click the button it  would generate a report in sql server reporting service using the above query

Can any one suggest answer

Thank u in Advance