Paket | mx.olap |
Arabirim | public interface IOLAPResult |
Uygulayıcılar | OLAPResult |
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Flex 3 |
Çalışma Zamanı Sürümleri: | Flash Player 9, AIR 1.1 |
İlgili API Öğeleri
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
Genel Özellikler
Özellik | Tanımlayan: | ||
---|---|---|---|
axes : Array [salt okunur]
An Array of IOLAPResultAxis instances that represent all the axes of the query. | IOLAPResult | ||
query : IOLAPQuery [salt okunur]
The query whose result is represented by this object. | IOLAPResult |
Genel Yöntemler
Yöntem | Tanımlayan: | ||
---|---|---|---|
Returns an axis of the query result. | IOLAPResult | ||
Returns a cell at the specified location in the query result. | IOLAPResult |
Özellik Ayrıntısı
axes | özellik |
query | özellik |
query:IOLAPQuery
[salt okunur] Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Flex 3 |
Çalışma Zamanı Sürümleri: | Flash Player 9, AIR 1.1 |
The query whose result is represented by this object.
Uygulama
public function get query():IOLAPQuery
Yöntem Ayrıntısı
getAxis | () | yöntem |
public function getAxis(axisOrdinal:int):IOLAPResultAxis
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Flex 3 |
Çalışma Zamanı Sürümleri: | Flash Player 9, AIR 1.1 |
Returns an axis of the query result.
Parametreler
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 | () | yöntem |
public function getCell(x:int, y:int):IOLAPCell
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Flex 3 |
Çalışma Zamanı Sürümleri: | Flash Player 9, AIR 1.1 |
Returns a cell at the specified location in the query result.
Parametreler
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, 01:09 PM Z