Expression in Text box causes error
Posted: Sat Mar 07, 2015 6:09 pm
Hi
I have a Data Band with a Text box and the following expression:
It always causes the following C# line to error
The error is :
If i remove the express this error goes away.
Please help.
Thanks,
Chris
I have a Data Band with a Text box and the following expression:
Code: Select all
{ IIF( {Results.Questions.Question_1 = "Red" } , "-20" , "0") }
Code: Select all
return StiMvcMobileViewer.GetReportSnapshotResult(HttpContext, stiReport);
Code: Select all
stimulsoft error cs1513: } expected
Please help.
Thanks,
Chris