| Package | mx.olap | 
| Interface | public interface IOLAPResult | 
| Implementors | OLAPResult | 
| Language Version: | ActionScript 3.0 | 
| Product Version: | Flex 3 | 
| Runtime Versions: | Flash Player 9, AIR 1.1 | 
Related API Elements
mx.olap.OLAPQuery
mx.olap.OLAPQueryAxis
mx.olap.IOLAPResultAxis
mx.olap.OLAPResultAxis
mx.olap.OLAPResult
mx.olap.OLAPQueryAxis
mx.olap.IOLAPResultAxis
mx.olap.OLAPResultAxis
mx.olap.OLAPResult
Public Properties
| Property | Defined By | ||
|---|---|---|---|
| axes : Array [read-only] 
     An Array of IOLAPResultAxis instances that represent all the axes of the query. | IOLAPResult | ||
| query : IOLAPQuery [read-only] 
      The query whose result is represented by this object. | IOLAPResult | ||
Public Methods 
| Method | Defined By | ||
|---|---|---|---|
| 
      Returns an axis of the query result. | IOLAPResult | ||
| 
      Returns a cell at the specified location in the query result. | IOLAPResult | ||
Property Detail
| axes | property | 
| query | property | 
query:IOLAPQuery  [read-only] | Language Version: | ActionScript 3.0 | 
| Product Version: | Flex 3 | 
| Runtime Versions: | Flash Player 9, AIR 1.1 | 
The query whose result is represented by this object.
Implementation
    public function get query():IOLAPQueryMethod Detail
| getAxis | () | method | 
 public function getAxis(axisOrdinal:int):IOLAPResultAxis| Language Version: | ActionScript 3.0 | 
| Product Version: | Flex 3 | 
| Runtime Versions: | Flash Player 9, AIR 1.1 | 
Returns an axis of the query result.
Parameters
| axisOrdinal:int— SpecifyOLAPQuery.COLUMN AXISfor a column axis,OLAPQuery.ROW_AXISfor a row axis, 
      andOLAPQuery.SLICER_AXISfor a slicer axis. | 
| IOLAPResultAxis— The IOLAPQueryAxis instance. | 
| getCell | () | method | 
 public function getCell(x:int, y:int):IOLAPCell| Language Version: | ActionScript 3.0 | 
| Product Version: | Flex 3 | 
| Runtime Versions: | Flash Player 9, AIR 1.1 | 
Returns a cell at the specified location in the query result.
Parameters
| x:int— The column of the query result. | |
| y:int— The row of the query result. | 
| IOLAPCell— An IOLAPCell instance representing the cell. | 
Thu Dec 4 2014, 05:50 PM -08:00