append multiple reports?

  • Thread starter Thread starter Eych
  • Start date Start date
E

Eych

(ASP.NET with Crystal.NET)

I can create a pdf or rtf file with my report for one record.
However, I would like to loop my table and create one big report which
would be a concatenation of 10 individual reports. Is it possible to
do that with ExportToStream or BinaryWrite or whatever?

Thanks...
 
Hi Eych,

CR can accept multi-records and automatically loop to
create a multi-pages report. It's not necessary and
impossible simply to concatenate binary data for creating
big file.

HTH

Elton Wang
(e-mail address removed)
 
Elton,

Thanks for the quick reply.
The report I create already consists of multiple pages and lots of
subreports. It's pretty much passed a dataset with several tables.

So in a sense, I need to loop and call this report 10 times (using 10
separate huge datasets). The reports by themselves are fine, I just
need to concatenate them back to back during the output.

Thanks,
Eych
 
Back
Top