| パッケージ | mx.olap |
| インターフェイス | public interface IOLAPResult |
| 実装者 | OLAPResult |
関連項目
| プロパティ | 定義元 | ||
|---|---|---|---|
| axes : Array [読み取り専用]
クエリーのすべての軸を表す IOLAPResultAxis 軸の配列です。 | IOLAPResult | ||
| query : IOLAPQuery [読み取り専用]
このオブジェクトによって結果が表されるクエリーです。 | IOLAPResult | ||
| メソッド | 定義元 | ||
|---|---|---|---|
クエリー結果の軸を返します。 | IOLAPResult | ||
クエリー結果の指定された位置のセルを返します。 | IOLAPResult | ||
| axes | プロパティ |
| query | プロパティ |
| getAxis | () | メソッド |
public function getAxis(axisOrdinal:int):IOLAPResultAxisクエリー結果の軸を返します。
パラメータ
axisOrdinal:int — 列軸には OLAPQuery.COLUMN AXIS、行軸には OLAPQuery.ROW_AXIS、スライサ軸には OLAPQuery.SLICER_AXIS を指定します。
|
IOLAPResultAxis — IOLAPQueryAxis インスタンスです。
|
| getCell | () | メソッド |
public function getCell(x:int, y:int):IOLAPCellクエリー結果の指定された位置のセルを返します。
パラメータ
x:int — クエリー結果の列です。
| |
y:int — クエリー結果の行です。
|
IOLAPCell — セルを表す IOLAPCell インスタンスです。
|
このページに新しいコメントが追加された場合に、電子メールでの通知を希望する。 | コメントレポート
現在のページ: http://livedocs.adobe.com/flex/3_jp/langref/mx/olap/IOLAPResult.html