EricHarrington
Technical User
I'm trying to understand how to store a value in a variable in a RDL report. I'm using Microsoft Visual Studio 2005 Tools for Applications.
In the Report Properties >> Code section, I've added:
Public Dim varSales As Decimal
I suspect there is a way to assign a value to this value in an Expression, i.e.
=Code.varSales = 5
What am I missing?
In the Report Properties >> Code section, I've added:
Public Dim varSales As Decimal
I suspect there is a way to assign a value to this value in an Expression, i.e.
=Code.varSales = 5
What am I missing?