The C1OlapField type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
|
|
GetUniqueValues |
Gets a list of unique values found in the data source for this field.
|
|
|
ReadXml |
Reads the field from an XmlReader.
|
|
|
WriteXml |
Saves the field into an XmlWriter.
|
Properties
| Name | Description | |
|---|---|---|
|
|
Caption |
Gets or sets a string to be displayed in the user interface.
|
|
|
Filter |
Gets the filter used to select field values.
|
|
|
Format |
Gets or sets the format to use when displaying field values.
|
|
|
IsActive |
Gets or sets whether this field is active in the Olap view.
|
|
|
Name |
Gets the name of the field source column.
|
|
|
OlapEngine |
Gets the C1OlapEngine that owns this field.
|
|
|
ParentList |
Gets the C1OlapFieldList that contains this field.
|
|
|
Style |
Gets the C1OlapFieldStyle used to display the field values on the grid.
|
|
|
StyleHigh |
Gets the C1OlapConditionalFieldStyle used to display high values.
|
|
|
StyleLow |
Gets the C1OlapConditionalFieldStyle used to display low values.
|
|
|
Subtotal |
Gets or sets the type of subtotal to use when combining field values.
|
|
|
Type |
Gets the type of the field source column.
|
|
|
WeightField |
Gets or sets the C1OlapField used as a weight for calculating
subtotals on this field.
|
|
|
Width |
Gets or sets the preferred width to be used for showing the field in the user interface.
|
Events
| Name | Description | |
|---|---|---|
|
|
PropertyChanged |
Fires when a property changes.
|