Pakket | mx.olap |
Interface | public interface IOLAPResult |
Geïmplementeerd door | OLAPResult |
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
Verwante API-elementen
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
Openbare eigenschappen
Eigenschap | Gedefinieerd door | ||
---|---|---|---|
axes : Array [alleen-lezen]
An Array of IOLAPResultAxis instances that represent all the axes of the query. | IOLAPResult | ||
query : IOLAPQuery [alleen-lezen]
The query whose result is represented by this object. | IOLAPResult |
Openbare methoden
Methode | Gedefinieerd door | ||
---|---|---|---|
Returns an axis of the query result. | IOLAPResult | ||
Returns a cell at the specified location in the query result. | IOLAPResult |
Eigenschapdetails
axes | eigenschap |
query | eigenschap |
query:IOLAPQuery
[alleen-lezen] Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
The query whose result is represented by this object.
Implementatie
public function get query():IOLAPQuery
Methodedetails
getAxis | () | methode |
public function getAxis(axisOrdinal:int):IOLAPResultAxis
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
Returns an axis of the query result.
Parameters
axisOrdinal:int — Specify OLAPQuery.COLUMN AXIS for a column axis,
OLAPQuery.ROW_AXIS for a row axis,
and OLAPQuery.SLICER_AXIS for a slicer axis.
|
IOLAPResultAxis — The IOLAPQueryAxis instance.
|
getCell | () | methode |
public function getCell(x:int, y:int):IOLAPCell
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | 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.
|
Wed Jun 13 2018, 11:42 AM Z