Scripting and Change Fonts
Posted: Wed Dec 23, 2009 9:42 am
is there any way to geting HTML working in the Expression window so that you can change fonts and colors on the Reports depending on if it is populated.
{Employees.sPhone1.Trim()}{(Employees.sPhone2.Length > 0)?(", " + Employees.sPhone2.Trim()):(string.Empty)}{(Employees.sEmail.Length > 0)?(" Email: " + Employees.sEmail):(string.Empty)}
want to change the color, and font on email.
{Employees.sPhone1.Trim()}{(Employees.sPhone2.Length > 0)?(", " + Employees.sPhone2.Trim()):(string.Empty)}{(Employees.sEmail.Length > 0)?(" Email: " + Employees.sEmail):(string.Empty)}
want to change the color, and font on email.