Hi All,
I am getting error when we open sub report through main report in D365 FO :-
Error – Subreport could not be shown
All the standard parameters are define correctly only one custom parameters (define in Sub Report contract class) will creating issue , when we passed this parameter value as blank report will be working fine but report show nothing data but when we configure this parameter value through sub report properties its always show error "Error - Subreport could not be shown".
I am try to debug sub report but debugger not hit in contract class , when we pass this parameter value blank then debugger hit on RDP class not in Contract Class and further process show report will be filtered out through contract parameter because this parameter value is blank.
I am also try to run report by setting parameter property, i.e. Allow Blank and Nullable to be True and Visibility Hidden. But Nothing will work.
I am separately run sub report by creating output menu item and set parameter Visibility property " Visible" then sub report working fine.
But its creating issue when we run sub report through main report.
My requirement is for each load line, shipping label will be created and printing on new page against one shipment id , To achieve this requirement i am created main report which open sub report in tablix and add group on this tablix which created group by using unique value "in my case recId is unique" and add page break for each group.
Please help me to resolve this issue.