Hi Folks -
I have a RDLC report in Nav 2016 which has 2 dataitems
Location
Item ledger entry
Based on certain condition I doing calculation in Item ledger entry OnAfterGetRecord and and storing in a array and OnPostDataItem of Location dataitem I am arriving at the final values and putting them in variables.
I am trying to print those OnPostDataItem variables of Location dataitem in the RDLC visual studio on footer at the end of the report and it just does not print. When I run the debugger it calculates the values correctly.
Can't I print the variables used on OnPostDataitem of a dataitem or is there any other way this can be done.
Any help is highly appreciated.
Regards
RJ.
1
Answers