C1.Olap Namespace : C1OlapField Class |
The following tables list the members exposed by C1OlapField.
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. |
Name | Description | |
---|---|---|
![]() | GetUniqueValues | Gets a list of unique values found in the data source for this field. |
![]() | ReadXml | Reads the field from an System.Xml.XmlReader. |
![]() | WriteXml | Saves the field into an System.Xml.XmlWriter. |
Name | Description | |
---|---|---|
![]() | OnPropertyChanged | Raises the PropertyChanged event. |
Name | Description | |
---|---|---|
![]() | PropertyChanged | Fires when a property changes. |