dundas.data.DataCellSetBase Class

 

Inheritance Hierarchy

 
Class
   dundas.data.DataCellSetBase
      dundas.data.BatchDataCellSet
      dundas.data.DataCellSet
 

Constructors

 
  Name Description
init Initializes the DataCellSetBase. Called during construction.
 
 

Properties

 
  Name Description
cells Gets the cell for the specified column and row ordinal. Usage is cells[columnOrdinal][rowOrdinal]. See Dundas.BI.WebApi.Models.DataCellData for return structure.
collapsedSets Gets the collapsed sets.
columns Gets the column axis tuples. See Dundas.BI.WebApi.Models.DataTupleData for return structure.
columnTupleCount Gets the total number of column tuples, including columns not included because of paging or shaping.
elementStatistics Gets the element statistics, if any were requested. See Dundas.BI.WebApi.Models.ElementStatisticsData, MeasureStatisticsData, TimeHierarchyStatisticsData and HierarchyStatisticsData for return structure.
expandedSets Gets the expanded sets.
grandTotalsColumns Gets the column grand total axis tuples. See Dundas.BI.WebApi.Models.DataTupleData for return structure.
grandTotalsRows Gets the row grand total axis tuples. See Dundas.BI.WebApi.Models.DataTupleData for return structure.
rows Gets the row axis tuples. See Dundas.BI.WebApi.Models.DataTupleData for return structure.
rowTupleCount Gets the total number of row tuples, including rows not included because of paging or shaping.
warnings Gets the data warnings raised during execution of the data request.
 
 

Methods

 
  Name Description
fromJObject Applies the property values from a plain object created from JSON to the properties of this instance. Inherited from Class.
toJSON Implementation for toJSON to return an object that will include this class's prototype property values when stringified. Inherited from Class.