I am new Dynamics 365 FO and SSRS Reports. I am trying to create drill through report in Visual Studio 2015. I have created 2 SSRS Report and 2 output menu item. I am using the following code to call the drill through from the first report (Precision design, field 'Action' property of the textbox)
=Microsoft.Dynamics.Framework.Reports.BuiltInMethods.GenerateDrillThroughLink(Parameters!AX_ReportContext.Value, Parameters!AX_UserContext.Value, "[MenuItemName]", "[MenuItemType]", "[TableName]", "{Arguments}")
However upon clicking the drill through I am getting the below error
No object specified on menu item <MenuItemName>
I have already specified the second report that I would like to call on the Output Menu Item but still the errror. Not sure why
Any help will be greatly appreciated
Thanks