Hi Experts
I am Doing TransHeader and TransFooter in Body of the Report in NAV 2013 r2 For that i Reffer this link
https://msdn.microsoft.com/en-us/dynamics/nav/dn833439.aspx
I Followed above link same as but when i save the report i got this ERROR
There is an error on line 93 of custom code: [BC30451] 'RunningVaue' is not declared. It may be inaccessible due to its protection level.
This RunningValue Is declared in Report Properties --->Code Like Below
Private RunningValue As Double =0
Public Function SetRunningValue(ByVal val As Double) As Double
RunningVaue = val
Return val
End Function
PublicFunction GetRunningValue() As Double
Return RunningValue
End Function
I Declared in Transfooter Expression Like
Code.SetRunningValue(RunningValue(Fields!Amount.Value,Sum,"Group1"))
can you please give Suggest me............How to done this Transheader and TransFooter
Thanks,
Ramesh.
*This post is locked for comments