i have done a form1.for that i done a report also.in form1 in run mode i have use button name as Show Report when i click that button report want to open.
How to do.please help me.
Regards,
RAO...
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Vilas GitePosted Aug 4, 2012, 2:39 AM
Add namespace to your form1 :
using CrystalDecisions.CrystalReports.Engine;
Add CrystalReportViewer1 from Toolbox
write code on button :