I need reports in my web application(asp.net,C#,sql server). I took report1.rpt file,ReportViewer control & CystalReortSurce control on the default.aspx page. But i am not getting how to view report on the page_load...
Please explain me...
Thanks..
I need reports in my web application(asp.net,C#,sql server). I took report1.rpt file,ReportViewer control & CystalReortSurce control on the default.aspx page. But i am not getting how to view report on the page_load...
Please explain me...
Thanks..
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.
Bechir BejaouiPosted Mar 17, 2009, 8:09 AM
yourRpt oReport = new yourRpt();
crystalReportViewer1.ReportSource = yourRpt;