Hi
I have below code , it is working On Page Footer it is giving 0
Secondly when i hide =Code.Debit(ReportItems!Debit2.Value) then values are not getting displayed.
Column 3
=Code.Debit(ReportItems!Debit2.Value)
Column 4
=Code.gDebit()
Private GDebitAmt as Double
Public Function Debit(ByVal DebitAmount As Decimal)
GDebitAmt = GDebitAmt +DebitAmount
End Function
Public Function GDebit()
return GDebitAmt
End Function
Thanks
*This post is locked for comments