Referencing a text box in an expression
Posted: Wed Jan 13, 2010 2:02 pm
I have used both the Win32 and Web version of Stimulsoft and have found that one critical functionality that works within the Win32 version does not work in the Web version. The expression below was used to calculate a number on the report by dividing a data member by the value of a text box on the report.
{Div(Data.PRICEDOBJECT_AVG_BASE_PAY_VALU,System.Convert.ToDecimal(Text50.Text))*100}
In the web version, no data is returned in the text box containing this expression. Is there any resolution for this issue?
{Div(Data.PRICEDOBJECT_AVG_BASE_PAY_VALU,System.Convert.ToDecimal(Text50.Text))*100}
In the web version, no data is returned in the text box containing this expression. Is there any resolution for this issue?