Click here to Skip to main content
15,905,419 members

Comments by Member 14669973 (Top 1 by date)

Member 14669973 13-Jan-21 4:02am View    
hey morning!

I'm using reportview (Rdlc) on VB.net, where am I supposed Apply this code?

I have been tried this:

Public Total_lookup_Sum As Integer = 0

Public Function Lookup_Sum(ByVal value As Integer) As Integer

Total_lookup_Sum = Total_lookup_Sum + value

Return value

End Function

=Code.Lookup_Sum(Fields!Divida.Value*Fields!Taxa.Value) in page property

and this: =Code.Total_lookup_Sum in TotalTextBox

But i di