Hello,
I create a SSRS report, binded with query datasource.
on C# - any of the report parameter properties: Visibility: Hidden. Nullable: True.
On X++, on preRunModifyContract method:
Query reportQuery; ... reportQuery = this.parmReportContract().parmQueryContracts().lookup(this.getFirstQueryContractKey());
After running the report, there is prompt on the main key, which I want to disable,
I don't want any prompt.
How can I do that?
Thanks :)
*This post is locked for comments
Thank you!
You need to write controller class and call the method,
ssrsDemoController.parmShowDialog(false);
take help from, www.dynamics101.com/.../using-controller-class-developing-ssrs-reports-microsoft-dynamics-ax-2012
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,253 Super User 2024 Season 2
Martin Dráb 230,188 Most Valuable Professional
nmaenpaa 101,156