This is My condition
{TS_DirS_TrainingPlace.TelByeMail==0 ? "Yes":"No"}
I Get This Error:
BC30201 Expression Expected
BC30035 Syntax Error
Where Is The Proplem ?
---------------
WinXP SP2
.Net Framework Ver 1.1
VB.Net Web Report
Proplem if Expressions with condition
Proplem if Expressions with condition
I think the tenary expression is a feature of C#, not VB. You could use the iff function of Stimulreport, though.
Marco
Marco
Proplem if Expressions with condition
Thank you very much, Work well now.