Class | Description | |
---|---|---|
Cell | Represents a cell in a Result | |
Cube | The Cube class represents an OLAP cube that holds a multi dimensional representation of a flat data set. A cube is analogous to a table in a relational database. Where a table in a relational database has two dimensions, a cube can have any number of dimensions. In its simplest form, the dimensions of a cube correspond to a field of the flat data set. | |
Dimension | Represents a dimension within a cube | |
FilterMember | Represents a wrapper for IMember to add a functionality for setting filter properties | |
Hierarchy | Represents a hierarchy within a dimension | |
Kpi | Represents a KPI within a cube | |
KpiMeasure | A measure related to specified KPI item from the server. | |
Level | Represents a level within a hierarchy | |
Measure | Represents a measure within a cube | |
MeasureGroup | Represents a measure group within a cube. | |
Member | Represents a member within a level | |
OlapSchema | Represents the schema for the olap data. | |
Result | Represents the data that is generated from the provider. It can be used for binding to the olap data viewer. | |
ResultAxis | Represents an axis in a Result | |
Tuple | Represents an ordered sequence of members. | |
TupleIndexInfo | Provides an information about positioning of a tuple within Infragistics.Olap.Data.IResultAxis and describes the hierarchical relations between the members particiapting in given TupleIndexInfo instance. | |
TupleResolver | Provides an access to tuples and relationships between the members within an Infragistics.Olap.Data.IResultAxis | |
TuplesSet | Represents a set of members that will be used in a query. |