Creating a report in Crystal

D

Dan Aldean

Hi,
What are the steps in creating a Crystal report on a click event?
Is it that I have to create the report first and then use a Crystal report
control?
Thanks
 
C

chanmm

Yes, create a report first then you got a file .rpt. Then do this:
this.CrystalReportViewer1.ReportSource = "..\CrystalReport1.rpt";

good luck
chanmm
 
D

Dan Aldean

thanks


chanmm said:
Yes, create a report first then you got a file .rpt. Then do this:
this.CrystalReportViewer1.ReportSource = "..\CrystalReport1.rpt";

good luck
chanmm
 

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