Hi,
I'm facing a scenario in which i have to export the generated report into multiple pdf files based on the number of groups in the report. let's say that i have grouped the data based on departments [3 departments i have in data] in the report. the report, in turn, will display the data grouped by department [there would be 3 groups, of course]. now, my scenario is that when i export this report to pdf, 3 pdf files should be created, one for each grouped data [department]. Is this possible using the control?
I thought of programmatically saving the pdf but i don't know what to do after i get the rendered report in byte array. i mean how do i separate group info in the byte array that contains the rendered report?
any help / workaround would be highly appreciated!