Creating a report in Crystal

  • Thread starter Thread starter Dan Aldean
  • Start date Start date
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
 
Yes, create a report first then you got a file .rpt. Then do this:
this.CrystalReportViewer1.ReportSource = "..\CrystalReport1.rpt";

good luck
chanmm
 
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

Back
Top