:: com :: sun :: star :: report ::

interface XFormatCondition
Base Interfaces
XFormatConditionXReportControlFormat
┗ ::com::sun::star::beans::XPropertySet

XReportControlFormat
::com::sun::star::beans::XPropertySet
Description
gives access to the properties.

Attributes' Summary
Enabled specifies if the condition is enabled or not.  
Formula defines the formula of the format condition. If the formula evaluates to true then the format will be applied.  
Attributes' Details
Enabled
[ bound ] boolean Enabled;
Description
specifies if the condition is enabled or not.
Formula
[ bound ] string Formula;
Description
defines the formula of the format condition. If the formula evaluates to true then the format will be applied.
Top of Page