Click here to Skip to main content
15,889,216 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi good day,

Iam using SSRS 2008 for reports
iam having wierd situation where print preview 'Sum' is different from print

My custom code is

SQL
Public Total_lookup_Sum As Decimal= 0

Public Function Lookup_Sum(ByVal value As Decimal)As Decimal

    Total_lookup_Sum = Total_lookup_Sum + value

 Return value

End Function


and i am returning to with Expression "=code.Total_lookup_Sum"

Please help me out of this
ur advice is very precious to me

Thank You
Posted
Updated 6-Mar-15 22:18pm
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900