I'm using a controller class to run a report. If I create a menu item and set the object type to SSRS report and bypass the controller, the print destination settings appear on the parameters form. However, I need the controller class to do some processing. If I create a menu item and set the object type to Class and run my controller, those print parameters disappear.
I've looked at the project CustVendInvoiceRegisterReport which has similar structure, and I don't see any explicit calls to make the print parameters appear in the UI in the code.
How can I get the printer parameters to appear while still using the controller class?
Additional details:
Controller extends SrsReportRunController
UIBuilder extends SrsReportDataContractUIBuilder
Menu item (Display):
ObjectType Class
LinkedPermissionsType SSRSReport
*This post is locked for comments