printing a data set
Hey,
Is there an easy way of printing a report for each record in a dataset? Possible to load them all into the previewer?
thanks
-Markus
Is there an easy way of printing a report for each record in a dataset? Possible to load them all into the previewer?
thanks
-Markus
Comments
if you want to print some report for each record in some dataset, assign this dataset to TfrReport.Dataset and set TfrReport.ReportType := rtMultiple.
-Markus