IPrxFormatConditions.IsDefault

Syntax

IsDefault : Boolean;

Description

The IsDefault property determines whether conditional formatting is inherited from a parent object.

If the property is set to True, style settings are inherited from the parent. If the property is set to False, object's own style settings are used.

The default property value is False.

For example, different conditional formatting is set up for a data area dimension and its level. If the IsDefault property of the level is set to True, conditional formatting settings for the level are ignored, and the report sheet displays the conditional formatting used for the entire slice.

See also:

IPrxFormatConditions