DataCellset Class |
Namespace: Dundas.BI.Data.DataRetrieval
The DataCellset type exposes the following members.
Name | Description | |
---|---|---|
![]() | DataCellset(DataRequest, DataStamp) |
Initializes a new instance of the DataCellset class.
|
![]() | DataCellset(FunctionDefinition, IListDataTuple, IListDataTuple) |
Initializes a new instance of the DataCellset class.
|
Name | Description | |
---|---|---|
![]() | CacheCubePrefix |
Gets a value to be used in requesting different result pages.
The value is meant to make the probability of a cache hit as high as possible.
(Inherited from Cellset.) |
![]() | Cells |
Gets the data cells for the current instance.
(Inherited from Cellset.) |
![]() | CollapsedSets |
Gets the collapsed sets.
(Inherited from Cellset.) |
![]() | Columns |
Gets the column axis tuples.
(Inherited from Cellset.) |
![]() | ColumnTupleCount |
Gets or sets the total number of column tuples, including columns not included because of paging or shaping.
(Inherited from Cellset.) |
![]() | DataStamp |
Gets the data stamp information.
(Inherited from Cellset.) |
![]() | DynamicElementMappings |
Gets the mapping information about which actual elements were used to fulfill the dynamic elements from the request.
(Inherited from Cellset.) |
![]() | ElementStatistics |
Gets the element statistics, if any are requested.
(Inherited from Cellset.) |
![]() | ExpandedSets |
Gets the expanded sets.
(Inherited from Cellset.) |
![]() | HasCollapsedMembers |
Gets a value indicating whether this instance has collapsed members.
(Inherited from Cellset.) |
![]() | HasExpandedMembers |
Gets a value indicating whether this instance has expanded members.
(Inherited from Cellset.) |
![]() | HasWarnings |
Gets a value indicating whether this instance has warnings.
|
![]() | Hierarchies |
Gets the cell set hierarchies.
|
![]() | Item |
Gets or sets the DataCell with the specified column ordinal.
(Inherited from Cellset.) |
![]() | Request |
Gets the associated data request.
(Inherited from Cellset.) |
![]() | Rows |
Gets the row axis tuples.
(Inherited from Cellset.) |
![]() | RowTupleCount |
Gets or sets the total number of row tuples, including rows not included because of paging or shaping.
(Inherited from Cellset.) |
![]() | TopHierarchyLevels |
Gets the requested top level depths by hierarchy name.
(Inherited from Cellset.) |
![]() | TotalsColumns |
Gets the grand totals columns, when totals are requested.
(Overrides CellsetTotalsColumns.) |
![]() | TotalsRows |
Gets the grand totals rows, when totals are requested.
(Overrides CellsetTotalsRows.) |
![]() | Warnings |
Gets the warnings.
|
Name | Description | |
---|---|---|
![]() | AddWarning |
Adds the warning to the current instance internal list.
|
![]() | AddWarnings |
Adds the warnings to the current instance internal list.
|
![]() | RemoveAllWarnings |
Removes all warnings, if any are present.
|