套件 | mx.olap |
介面 | public interface IOLAPResult |
實作者 | OLAPResult |
語言版本: | ActionScript 3.0 |
產品版本: | Flex 3 |
執行階段版本: | Flash Player 9, AIR 1.1 |
相關 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
公用屬性
屬性 | 定義自 | ||
---|---|---|---|
axes : Array [唯讀]
An Array of IOLAPResultAxis instances that represent all the axes of the query. | IOLAPResult | ||
query : IOLAPQuery [唯讀]
The query whose result is represented by this object. | IOLAPResult |
公用方法
方法 | 定義自 | ||
---|---|---|---|
Returns an axis of the query result. | IOLAPResult | ||
Returns a cell at the specified location in the query result. | IOLAPResult |
屬性詳細資訊
axes | 屬性 |
query | 屬性 |
query:IOLAPQuery
[唯讀] 語言版本: | ActionScript 3.0 |
產品版本: | Flex 3 |
執行階段版本: | Flash Player 9, AIR 1.1 |
The query whose result is represented by this object.
實作
public function get query():IOLAPQuery
方法詳細資訊
getAxis | () | 方法 |
public function getAxis(axisOrdinal:int):IOLAPResultAxis
語言版本: | ActionScript 3.0 |
產品版本: | Flex 3 |
執行階段版本: | Flash Player 9, AIR 1.1 |
Returns an axis of the query result.
參數
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 | () | 方法 |
public function getCell(x:int, y:int):IOLAPCell
語言版本: | ActionScript 3.0 |
產品版本: | Flex 3 |
執行階段版本: | Flash Player 9, AIR 1.1 |
Returns a cell at the specified location in the query result.
參數
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, 03:47 PM Z