Expression Condition |
Top Previous Next |
When you choose to use an Expression condition you define a text expression that returns a boolean value. The value returned determines whether or not the formatting is applied. The configuration panel is shown below:
For example, a suitable expression in C #:
Customers.CustomerName == "MyCustomer"
If the expression cannot return a boolean value then the report generator will not be able to render the conditional formatting.
Important: The expression MUST return a boolean value or the conditional formatting will fail.
|
Converted from CHM to HTML with chm2web Pro 2.85 (unicode) |