BatchDataCellSet.rows Property

Gets the row axis tuples. See Dundas.BI.WebApi.Models.DataTupleData for return structure.
 

Property Value

Type: Array
    Element Type: Object
    Element Value may be null.
Each tuple object has properties:
     members     [type: Array, elementType: dundas.data.HierarchyMember] - Gets the hierarchy and/or measure members.
     ordinal     [type: Number, integer: true]                           - Gets the tuple ordinal (index).
     properties  [type: Array, elementType: dundas.data.DataProperty]    - Gets the miscellaneous properties.
 
 

Remarks

The cellset must contain the data as returned by the server in response to the request and must not be modified in script.