Name | Description | |
---|---|---|
init | Initializes the BatchDataCellSet. Called during construction. Inherited from dundas.data.DataCellSetBase. |
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. Inherited from dundas.data.DataCellSetBase. | |
collapsedSets | Gets the collapsed sets. Inherited from dundas.data.DataCellSetBase. | |
columns | Gets the column axis tuples. See Dundas.BI.WebApi.Models.DataTupleData for return structure. Inherited from dundas.data.DataCellSetBase. | |
columnTupleCount | Gets the total number of column tuples, including columns not included because of paging or shaping. Inherited from dundas.data.DataCellSetBase. | |
dynamicElementMappings | Gets the mapping information about which actual elements were used to fulfill the dynamic elements from the request. Inherited from dundas.data.DataCellSetBase. | |
elementStatistics | Gets the element statistics, if any were requested. See Dundas.BI.WebApi.Models.ElementStatisticsData, MeasureStatisticsData, TimeHierarchyStatisticsData and HierarchyStatisticsData for return structure. Inherited from dundas.data.DataCellSetBase. | |
expandedSets | Gets the expanded sets. Inherited from dundas.data.DataCellSetBase. | |
grandTotalsColumns | Gets the column grand total axis tuples. See Dundas.BI.WebApi.Models.DataTupleData for return structure. Inherited from dundas.data.DataCellSetBase. | |
grandTotalsRows | Gets the row grand total axis tuples. See Dundas.BI.WebApi.Models.DataTupleData for return structure. Inherited from dundas.data.DataCellSetBase. | |
id | Gets or sets the batch ID that is returned unmodified with the result. | |
rows | Gets the row axis tuples. See Dundas.BI.WebApi.Models.DataTupleData for return structure. Inherited from dundas.data.DataCellSetBase. | |
rowTupleCount | Gets the total number of row tuples, including rows not included because of paging or shaping. Inherited from dundas.data.DataCellSetBase. | |
warnings | Gets the data warnings raised during execution of the data request. Inherited from dundas.data.DataCellSetBase. |
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. |