GetHyperCubeStackData Method
Overloads
| GetHyperCubeStackData(String, IEnumerable<NxPage>, Int32) | Retrieves the values of a stacked pivot table. It is possible to retrieve specific pages of data. | 
GetHyperCubeStackData(String, IEnumerable<NxPage>, Int32)
Retrieves the values of a stacked pivot table. It is possible to retrieve specific pages of data.
Declaration
      IEnumerable<NxStackPage> GetHyperCubeStackData([QixName("qPath")] string path, [QixName("qPages")] IEnumerable<NxPage> pages, [QixName("qMaxNbrCells")] int maxNbrCells = 10000)
    
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.String | path | Path to the definition of the object to be selected.
For example,  | 
| System.Collections.Generic.IEnumerable<NxPage> | pages | Array of pages to retrieve. | 
| System.Int32 | maxNbrCells | Maximum number of cells at outer level. The default value is 10 000. | 
Returns
| Type | Description | 
|---|---|
| System.Collections.Generic.IEnumerable<NxStackPage> | 
Remarks
This method works for a hypercube in DATA_MODE_PIVOT_STACK.