The C1OlapField type exposes the following members.

Methods

  Name Description
Public method GetUniqueValues
Gets a list of unique values found in the data source for this field.
Public method ReadXml
Reads the field from an XmlReader.
Public method WriteXml
Saves the field into an XmlWriter.

Properties

  Name Description
Public property Caption
Gets or sets a string to be displayed in the user interface.
Public property Filter
Gets the filter used to select field values.
Public property Format
Gets or sets the format to use when displaying field values.
Public property IsActive
Gets or sets whether this field is active in the Olap view.
Public property Name
Gets the name of the field source column.
Public property OlapEngine
Gets the C1OlapEngine that owns this field.
Public property ParentList
Gets the C1OlapFieldList that contains this field.
Public property Style
Gets the C1OlapFieldStyle used to display the field values on the grid.
Public property StyleHigh
Gets the C1OlapConditionalFieldStyle used to display high values.
Public property StyleLow
Gets the C1OlapConditionalFieldStyle used to display low values.
Public property Subtotal
Gets or sets the type of subtotal to use when combining field values.
Public property Type
Gets the type of the field source column.
Public property WeightField
Gets or sets the C1OlapField used as a weight for calculating subtotals on this field.
Public property Width
Gets or sets the preferred width to be used for showing the field in the user interface.

Events

  Name Description
Public event PropertyChanged
Fires when a property changes.

See Also