Microsoft Dynamics AX > AX Programming and Development
How to pass parameter to SSRS report from Dynamics AX
(1/1)
ForumAdmin:
The below code for Passing parameters to SSRS using X++ code.
MenuFunction SSRS_MyReport;
Args Args;
str parmId ="";
;
// create reference to menu item “OverTime” which is in AOT
SSRS_MyReport = new MenuFunction(menuItemOutputStr(OverTime),MenuItemType::Output);
To read full article please go to link below
http://dynamicsaxforum.com/blog/how-to-pass-parameter-to-ssrs-report-from-dynamics-ax/
Navigation
[0] Message Index
Go to full version