Notifications
Announcements
I'm currently working on modifying the layout in the UIbuilder class to show/hide certain controls based on the menutitemoutput name. Additionally, I need to implement functionality to switch between different SSRS report designs called in the controller class.
Could you please provide guidance or share a snippet of code demonstrating how I can achieve these tasks?
Thank you for your assistance.
H
public static void main(Args _args) { YourController controller = new YourController (); if(_args.menuItemName == menuItemOutputStr(FirstOutputMenuItem) { controller.parmReportName(ssrsReportStr(YourReport, Report1)); } else { controller.parmReportName(ssrsReportStr(YourReport, Report2)); } controller.parmArgs(_args); controller.parmDialogCaption("Caption"); controller.startOperation(); }
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
As AI tools become more common, we’re introducing a Responsible AI Use…
Thanks to all of our 2025 Community Spotlight stars!
These are the community rock stars!
Stay up to date on forum activity by subscribing.
André Arnaud de Cal... 629 Super User 2025 Season 2
Abhilash Warrier 444 Super User 2025 Season 2
BillurSamdancioglu 288 Most Valuable Professional