Evaluate expressions in .net
Hi,
I want to evaluate expressions in my c# code.
For example:
I have a datetime parameter in my report with defaultvalue = [Date].
Now I want the result of that expression in my code.
I tried with the Calc() method on the Report class but this always returns null.
Any suggestions?
Thanks
I want to evaluate expressions in my c# code.
For example:
I have a datetime parameter in my report with defaultvalue = [Date].
Now I want the result of that expression in my code.
I tried with the Calc() method on the Report class but this always returns null.
Any suggestions?
Thanks
Comments
Look here:
http://www.fast-report.com/documentation/U...tparameters.htm
So, how can I evaluate the expressions then?
Can't find it in the link you've provided.