型・APIリファレンス
    Preparing search index...

    Interface CrosstabTableDefinition

    クロス集計テーブル定義

    interface CrosstabTableDefinition {
        columnItem?: { displayLabel?: string; totalCategoryLabel?: string };
        dataItem?: { align?: string; formatter?: string };
        rowItem?: { displayLabel?: string; totalCategoryLabel?: string };
        showTotalColumn: boolean;
        showTotalRow: boolean;
    }
    Index

    Properties

    columnItem?: { displayLabel?: string; totalCategoryLabel?: string }

    列項目設定

    Type Declaration

    • OptionaldisplayLabel?: string

      表示ラベル

    • OptionaltotalCategoryLabel?: string

      合計カテゴリラベル

    dataItem?: { align?: string; formatter?: string }

    データ項目設定

    Type Declaration

    • Optionalalign?: string

      配置

    • Optionalformatter?: string

      フォーマット

    rowItem?: { displayLabel?: string; totalCategoryLabel?: string }

    行項目設定

    Type Declaration

    • OptionaldisplayLabel?: string

      表示ラベル

    • OptionaltotalCategoryLabel?: string

      合計カテゴリラベル

    showTotalColumn: boolean

    列合計表示有無

    showTotalRow: boolean

    行合計表示有無