Creating a crystal report from a dataset

  • Thread starter Thread starter Jo Segers
  • Start date Start date
J

Jo Segers

Hi,

How can I create a crystal report from a dataset?

I tried to do it like this:

this.reportDocument.Load(@"C:\CrystalReportSequenceKetting.rpt");
this.reportDocument.SetDataSource(ds);

But then the sql I used to design the report is used for the reportdata.

Thanks in advance,

Jo.
 
Jo Segers schreef:
Hi,

How can I create a crystal report from a dataset?

I tried to do it like this:

this.reportDocument.Load(@"C:\CrystalReportSequenceKetting.rpt");
this.reportDocument.SetDataSource(ds);

But then the sql I used to design the report is used for the reportdata.

Thanks in advance,

Jo.

I already found the answer. But thanks anyway.
 
Back
Top