(Preview)
Package | mx.olap |
Interface | public interface IOLAPQuery |
Implementors | OLAPQuery |
Language Version: | ActionScript 3.0 |
Product Version: | Flex 3 |
Runtime Versions: | Flash Player 9, AIR 1.1 |
Related API Elements
Public Methods
Method | Defined By | ||
---|---|---|---|
Gets an axis from the query. | IOLAPQuery | ||
Sets an axis to the query. | IOLAPQuery |
Method Detail
getAxis | () | method |
public function getAxis(axisOridnal:int):IOLAPQueryAxis
Language Version: | ActionScript 3.0 |
Product Version: | Flex 3 |
Runtime Versions: | Flash Player 9, AIR 1.1 |
Gets an axis from the query. You typically call this method to obtain an uninitialized IOLAPQueryAxis instance, then configure the IOLAPQueryAxis instance for the query.
Parameters
axisOridnal:int — Specify OLAPQuery.COLUMN AXIS for a column axis,
OLAPQuery.ROW_AXIS for a row axis,
and OLAPQuery.SLICER_AXIS for a slicer axis.
|
IOLAPQueryAxis — The IOLAPQueryAxis instance.
|
setAxis | () | method |
public function setAxis(axisOridnal:int, axis:IOLAPQueryAxis):void
Language Version: | ActionScript 3.0 |
Product Version: | Flex 3 |
Runtime Versions: | Flash Player 9, AIR 1.1 |
Sets an axis to the query.
Parameters
axisOridnal:int — Specify OLAPQuery.COLUMN AXIS for a column axis,
OLAPQuery.ROW_AXIS for a row axis,
and OLAPQuery.SLICER_AXIS for a slicer axis.
| |
axis:IOLAPQueryAxis — The IOLAPQueryAxis instance.
|
Wed Nov 21 2018, 06:34 AM -08:00