We are running multiple reports simultaneously from a custom class. The class is taking parameters as input and providing the parameter values in different reports and calling the reports through their controller classes.
Now the requirement is to have the print destination selection option while running the report from the class.
How can I provide this option in my custom class and use it to print reports as requested?