StyleExpr Property
Sets whether the format that is specified in the Style Property is applied to text in a field.
Applies To
- Page field controls that have text
Remarks
If the StyleExpr property evaluates to true, then the value of the field is formatted as specified by the Style Property. You can use set the value to true or false, or you can use a variable that evaluates to true or false. The property's default value is false.
Note
To use a variable for the StyleExpr property, the IncludeInDataSet Property of the variable must be set to Yes.