Scenario (an example)
I have a 10 page SSRS Report (which has DP, Controller, etc.) that i would like to print to multiple printers. First 3 page goes to Printer A, Next 3 goes to Printer B, and so on.
Also, it is ideal, after printing the first 3 pages, if user gets a dialog asking to which printer (among the list of printers) the next 3 pages should print and so on.
In my research, i could not find a code segment that i could use to check this (example check what page number is going to print now or something like that)after report has already been rendered to Printer. I'm not looking for something before rendering or after rendering. I'm looking for a call back mechanism to Rich Client / Form UI while report is actively being rendered to printer.
Any suggestions / tips would be highly appreciated.