Pacote | mx.olap |
Interface | public interface IOLAPResult |
Implementadores | OLAPResult |
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 3 |
Versões de runtime: | Flash Player 9, AIR 1.1 |
Elementos da 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
Propriedades públicas
Propriedade | Definido por | ||
---|---|---|---|
axes : Array [somente leitura]
An Array of IOLAPResultAxis instances that represent all the axes of the query. | IOLAPResult | ||
query : IOLAPQuery [somente leitura]
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 |
Detalhes da propriedade
axes | propriedade |
query | propriedade |
query:IOLAPQuery
[somente leitura] Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 3 |
Versões de runtime: | Flash Player 9, AIR 1.1 |
The query whose result is represented by this object.
Implementação
public function get query():IOLAPQuery
Detalhes do método
getAxis | () | método |
public function getAxis(axisOrdinal:int):IOLAPResultAxis
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 3 |
Versões de runtime: | 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
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 3 |
Versões de runtime: | 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.
|
Wed Jun 13 2018, 11:10 AM Z