Classes

  Class Description
Public class BindingList<(Of <(<'T>)>)>
Provides a generic collection that supports data binding.
Public class C1OlapConditionalFieldStyle
Conditional style applied to cells depending on their value.
Public class C1OlapEngine
Class that tabulates data in a DataSource according to lists of fields and creates a DataTable exposed by the OlapTable property.
Public class C1OlapField
Represents a property of the items in the data source.
Public class C1OlapFieldList
Represents a list of C1OlapField objects.
Public class C1OlapFieldStyle
Style used to display field values to the user.
Public class C1OlapFilter
Represents a filter used to select values for a field.
Public class C1OlapKey
Represents a combination of C1OlapField objects and their values.
Public class FilterCondition
Represents a condition within a C1OlapFilter.
Public class ListChangedEventArgs
Provides data for the ListChanged event.
Public class PropertyDescriptor
Provides an abstraction of a property on a class.
Public class PropertyDescriptorCollection
Represents a collection of PropertyDescriptor objects.
Public class TypeDescriptor
Provides information about the characteristics for an object, such as its attributes, properties, and events.
Public class ValueSet<(Of <(<'T>)>)>
Represents a collection of unique values of type T.

Interfaces

  Interface Description
Public interface IBindingList
Provides the features required to support both complex and simple scenarios when binding to a data source.
Public interface ITypedList
Provides functionality to discover the schema for a bindable list, where the properties available for binding differ from the public properties of the object to bind to.

Enumerations

  Enumeration Description
Public enumeration ConditionOperator
Represents operators that can be used in filter conditions.
Public enumeration ConditionType
Specifies the type of comparison to be used when applying a C1OlapConditionalFieldStyle.
Public enumeration ListChangedType
Specifies how the list changed.
Public enumeration ShowTotals
Specifies whether to include totals in the output table.
Public enumeration Subtotal
Specifies the type of subtotal (aggregate) statistic to calculate.