Pacchetto | mx.olap |
Interfaccia | public interface IOLAPResult |
Implementatori | OLAPResult |
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 3 |
Versioni runtime: | Flash Player 9, AIR 1.1 |
Elementi API correlati
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
Proprietà pubbliche
Proprietà | Definito da | ||
---|---|---|---|
axes : Array [sola lettura]
An Array of IOLAPResultAxis instances that represent all the axes of the query. | IOLAPResult | ||
query : IOLAPQuery [sola lettura]
The query whose result is represented by this object. | IOLAPResult |
Metodi pubblici
Metodo | Definito da | ||
---|---|---|---|
Returns an axis of the query result. | IOLAPResult | ||
Returns a cell at the specified location in the query result. | IOLAPResult |
Descrizione delle proprietà
axes | proprietà |
query | proprietà |
query:IOLAPQuery
[sola lettura] Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 3 |
Versioni runtime: | Flash Player 9, AIR 1.1 |
The query whose result is represented by this object.
Implementazione
public function get query():IOLAPQuery
Descrizione dei metodi
getAxis | () | metodo |
public function getAxis(axisOrdinal:int):IOLAPResultAxis
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 3 |
Versioni runtime: | Flash Player 9, AIR 1.1 |
Returns an axis of the query result.
Parametri
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 | () | metodo |
public function getCell(x:int, y:int):IOLAPCell
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 3 |
Versioni runtime: | Flash Player 9, AIR 1.1 |
Returns a cell at the specified location in the query result.
Parametri
x:int — The column of the query result.
| |
y:int — The row of the query result.
|
IOLAPCell — An IOLAPCell instance representing the cell.
|
Tue Jun 12 2018, 02:44 PM Z