Class | Description | |
---|---|---|
C1OlapConditionalFieldStyle | Conditional style applied to cells depending on their value. | |
C1OlapEngine | Class that tabulates data in a DataSource according to lists of fields and creates a System.Data.DataTable exposed by the OlapTable property. | |
C1OlapField | Represents a property of the items in the data source. | |
C1OlapFieldList | Represents a list of C1OlapField objects. | |
C1OlapFieldStyle | Style used to display field values to the user. | |
C1OlapFilter | Represents a filter used to select values for a field. | |
C1OlapKey | Represents a combination of C1OlapField objects and their values. | |
FilterCondition | Represents a condition within a C1OlapFilter. | |
ValueSet<T> | Represents a collection of unique values of type T. |
Enumeration | Description | |
---|---|---|
ConditionOperator | Represents operators that can be used in filter conditions. | |
ConditionType | Specifies the type of comparison to be used when applying a C1OlapConditionalFieldStyle. | |
ShowTotals | Specifies whether to include totals in the output table. | |
Subtotal | Specifies the type of subtotal (aggregate) statistic to calculate. |