The C1OlapConditionalFieldStyle type exposes the following members.

Methods

  Name Description
Public method AppliesTo
Determines whether this style should be applied to a given value.
Public method Clear
Clears this style.
(Inherited from C1OlapFieldStyle.)
Public method ReadXml
Reads the style from an XmlReader.
(Inherited from C1OlapFieldStyle.)
Public method WriteXml
Saves the style into an XmlWriter.
(Inherited from C1OlapFieldStyle.)

Properties

  Name Description
Public property BackColor
Gets or sets the color used to paint the background of cells in this field.
(Inherited from C1OlapFieldStyle.)
Public property ConditionType
Gets or sets the condition that determines whether this style should be applied.
Public property Field
Gets the C1OlapField that owns this style.
(Inherited from C1OlapFieldStyle.)
Public property FontBold
Gets or sets a value that determines whether cells in this field should be shown in bold.
(Inherited from C1OlapFieldStyle.)
Public property ForeColor
Gets or sets the color used to paint the content of cells in this field.
(Inherited from C1OlapFieldStyle.)
Public property IsEmpty
Gets a value that indicates whether this style is empty.
(Overrides C1OlapFieldStyle..::..IsEmpty.)
Public property Value
Gets or sets the threshold that determines whether this style should be applied.

See Also