Cellset Class

The base class for data result cell sets.
Inheritance Hierarchy

Namespace: Dundas.BI.Data.DataRetrieval
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
public abstract class Cellset

The Cellset type exposes the following members.

Properties
 NameDescription
Public propertyCacheCubePrefix 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.
Public propertyCells Gets the data cells for the current instance.
Public propertyCollapsedSets Gets the collapsed sets.
Public propertyColumns Gets the column axis tuples.
Public propertyColumnTupleCount Gets or sets the total number of column tuples, including columns not included because of paging or shaping.
Public propertyDataStamp Gets the data stamp information.
Public propertyDynamicElementMappings Gets the mapping information about which actual elements were used to fulfill the dynamic elements from the request.
Public propertyElementStatistics Gets the element statistics, if any are requested.
Public propertyExpandedSets Gets the expanded sets.
Public propertyHasCollapsedMembers Gets a value indicating whether this instance has collapsed members.
Public propertyHasExpandedMembers Gets a value indicating whether this instance has expanded members.
Public propertyItem Gets or sets the DataCell with the specified column ordinal.
Public propertyRequest Gets the associated data request.
Public propertyResultSources Gets a value indicating where the result was retrieved from.
Public propertyRows Gets the row axis tuples.
Public propertyRowTupleCount Gets or sets the total number of row tuples, including rows not included because of paging or shaping.
Public propertyTopHierarchyLevels Gets the requested top level depths by hierarchy name.
Public propertyTotalsColumns Gets the grand totals columns, when totals are requested.
Public propertyTotalsRows Gets the grand totals rows, when totals are requested.
Top
See Also