Namespace Syncfusion.Olap.Engine
Classes
CellHeaderInfo
Represents the cell header information. |
DataRowHelper
Helper class for DataRow objects or IEnumerable objects. |
GenerateExcelLikeLayout
Generates the pivot engine for excel-like layout for IListSource and IEnumerable sources. |
GenerateNormalLayout
Generates the pivot engine for normal layout for IListSource and IEnumerable sources. |
GenerateNormalTopSummary
Generates the pivot engine for normal layout with top summary for IListSource and IEnumerable sources. |
GenerateNoSummariesLayout
Generates the pivot engine for layout without summaries for IListSource and IEnumerable sources. |
GridNonImmutableRangeInfo
GridNonImmutableRangeInfo is derived from GridRangeInfo and lets you change Top, Left, Bottom, and Right properties of the object. |
GridNonImmutableRangeInfoCollection
A collection that stores 'GridNonImmutableRangeInfo' objects. |
GridNonImmutableRangeInfoCollection.GridNonImmutableRangeInfoEnumerator
A strongly typed enumerator for 'GridNonImmutableRangeInfoCollection' |
GridRangeInfo
Defines a range of cells in the grid. Possible range types are: Row(s), Column(s), Cell(s), Table or Empty. GridRangeInfo is immutable. |
GridRangeInfoCodeDomSerializer
GridRangeInfoCodeDomSerializer serializes a GridRangeInfo object into a series of CodeDOM statements. |
GridRangeInfoConverter
GridRangeInfoConverter is a class that can be used to convert ranges from one data type to another. Access this class through the TypeDescriptor. |
GridRangeInfoList
A collection of GridRangeInfo objects. |
GridRangeInfoListConverter
GridRangeInfoListConverter is a class that can be used to convert a range list to a string or vice versa. Access this class through the TypeDescriptor. |
HeaderCaptionCollection
Represents the list of header captions. |
HeaderInfoCollection
Represents the list of CellHeaderInfo objects. |
HeaderPositionsInfo
Representation of list of SerializableDictionary<TKey, TValue> class that holds header position information. |
KpiInfo
Contains index information of all KPI Elements in the tuple. |
KpiInfoCollection
Represents the Collection of KPI Information. |
PivotCellCollection
Represents the collection of pivot cell descriptors. |
PivotCellDescriptor
Represents the descriptor for pivot cell. |
PivotColumnDescriptor
Represents the descriptor for pivot column. |
PivotElements
Represents the Pivot Element information. |
PivotEngine
Represents the OLAP table in virtual flexible way and provides several useful methods to operate on OLAP table. |
PivotRowDescriptor
Represents the descriptor for pivot row that can be used to easily perform several actions in column-based model, for example insert or get row at index. |
PivotValueCellData
Represents the pivot value cell data information. |
PositionInfo
Represents the position information. |
TableBuilder
Represents the table builder class used to generate pivot engine either from cell set or relational data. |
TableBuilderHelper
Helper class that is used to further configure a table being created from a CreateTable call on DbMigration. |
Enums
ExpandableState
Represents the expandable state of current cell. |
GridLayout
Represents the grid layout. |
GridRangeInfoType
Identifies the range type for a GridRangeInfo. |
KpiAxisType
Holds the Enumeration of AxisType |
PivotCellDescriptorExType
Extended types for cell descriptor. |
PivotCellDescriptorType
Represents cell wrapper type. |
SortType
Specifies the type of sorting. |
SummaryLayout
Relative summary position. |