Pakiet | mx.olap |
Interfejs | public interface IOLAPResult |
Implementory | OLAPResult |
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 3 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
Powiązane elementy interfejsu API
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
Właściwości publiczne
Właściwość | Zdefiniowane przez | ||
---|---|---|---|
axes : Array [tylko do odczytu]
An Array of IOLAPResultAxis instances that represent all the axes of the query. | IOLAPResult | ||
query : IOLAPQuery [tylko do odczytu]
The query whose result is represented by this object. | IOLAPResult |
Metody publiczne
Metoda | Zdefiniowane przez | ||
---|---|---|---|
Returns an axis of the query result. | IOLAPResult | ||
Returns a cell at the specified location in the query result. | IOLAPResult |
Szczegół właściwości
axes | właściwość |
query | właściwość |
query:IOLAPQuery
[tylko do odczytu] Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 3 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
The query whose result is represented by this object.
Implementacja
public function get query():IOLAPQuery
Szczegół metody
getAxis | () | metoda |
public function getAxis(axisOrdinal:int):IOLAPResultAxis
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 3 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
Returns an axis of the query result.
Parametry
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 | () | metoda |
public function getCell(x:int, y:int):IOLAPCell
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 3 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
Returns a cell at the specified location in the query result.
Parametry
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, 12:06 PM Z