Reports

P

pravin pand

Hi evry1
im new to crystal reports
i tried defining my rpt file in reportviewer as

CrysRptLearn rpt=new CrysRptLearn();
crystalReportViewer1.ReportSource = rpt;

i have dfined the dataset in rpt file

now wen i debug i can see only an empty report..
i don get records in it..
could any1 help me?

EggHeadCafe - .NET Developer Portal of Choice
http://www.eggheadcafe.com
 
R

Rad [Visual C# MVP]

Hi evry1
im new to crystal reports
i tried defining my rpt file in reportviewer as

CrysRptLearn rpt=new CrysRptLearn();
crystalReportViewer1.ReportSource = rpt;

i have dfined the dataset in rpt file

now wen i debug i can see only an empty report..
i don get records in it..
could any1 help me?

EggHeadCafe - .NET Developer Portal of Choice
http://www.eggheadcafe.com

You'll continue to see a blank report until you fill the dataset first.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top