Announcements
No record found.
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.
Congratulations to our 2026 Super Stars!
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... 517 Super User 2026 Season 1
Giorgio Bonacorsi 440
Adis 266 Super User 2026 Season 1