Paquete | mx.olap |
Interfaz | public interface IOLAPResult |
Implementadores | OLAPResult |
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Flex 3 |
Versiones de motor de ejecución: | Flash Player 9, AIR 1.1 |
Elementos de API relacionados
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
Propiedades públicas
Propiedad | Definido por | ||
---|---|---|---|
axes : Array [solo lectura]
An Array of IOLAPResultAxis instances that represent all the axes of the query. | IOLAPResult | ||
query : IOLAPQuery [solo lectura]
The query whose result is represented by this object. | IOLAPResult |
Métodos públicos
Método | Definido por | ||
---|---|---|---|
Returns an axis of the query result. | IOLAPResult | ||
Returns a cell at the specified location in the query result. | IOLAPResult |
Información sobre propiedades
axes | propiedad |
query | propiedad |
query:IOLAPQuery
[solo lectura] Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Flex 3 |
Versiones de motor de ejecución: | Flash Player 9, AIR 1.1 |
The query whose result is represented by this object.
Implementación
public function get query():IOLAPQuery
Información sobre métodos
getAxis | () | método |
public function getAxis(axisOrdinal:int):IOLAPResultAxis
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Flex 3 |
Versiones de motor de ejecución: | Flash Player 9, AIR 1.1 |
Returns an axis of the query result.
Parámetros
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 | () | método |
public function getCell(x:int, y:int):IOLAPCell
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Flex 3 |
Versiones de motor de ejecución: | Flash Player 9, AIR 1.1 |
Returns a cell at the specified location in the query result.
Parámetros
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:12 PM Z