using Crystal report with C#

H

Holly

Hi,
I populate a DataSet in C# then do ds.WriteXmlSchema
to create a schema file. I create the crystal report
based on this schema.
After the report is created, I save the report as a pdf
file.
The problem is that now my pdf or report has all records
in the DataSet. What I want to do is creating a list of
pdf files from the report that each shows some records
(e.g., group records by department, create a pdf for each
department). I guess I need to filter the DataSet when I
use it as the data source of the report. Just don't know
how to do it.
Would someone help?
Thanks.
 

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