multi sub-report with filter
Hi,
I have a report where the end user can add sub report for themself, each
sub report actually operate on the same data pipeline except they filter on
different records. Can this be done? If so, how? Thanks in advance.
Best Regard
Jonathan Liaw
I have a report where the end user can add sub report for themself, each
sub report actually operate on the same data pipeline except they filter on
different records. Can this be done? If so, how? Thanks in advance.
Best Regard
Jonathan Liaw
This discussion has been closed.
Comments
1. Do not filter the dataset of modify it any way once the report.Print
command is issued. If you need to do master/detail and cannot use
linked datasets, then use the master DataPipeline.OnRecordPositionChange
event to filter the detail dataset.
I would suggest either:
1) Different print commands; or
2) Have the data for each different in-memory datasets.
Ed Dressel
Team DM