Creating a crystal report from a dataset

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.
 
J

Jo Segers

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.
 

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