Constructors

Properties

alternateRows: boolean = false
alternateRowsColor: string = DEFAULT_ROW_HIGHLIGHT_BACKGROUND_COLOR
alternateRowsCount: number = 1
alternateRowsStandardMode: boolean = true
description?: string
errorBackgroundColor: string = DEFAULT_BACKGROUND_COLOR
errorForegroundColor: string = DEFAULT_ERROR_FOREGROUND_COLOR
fontBold: boolean = DEFAULT_FONT_BOLD
fontCase?: DataCubeFontCase = DEFAULT_FONT_CASE
fontFamily: DataCubeFont = DEFAULT_FONT_FAMILY
fontItalic: boolean = DEFAULT_FONT_ITALIC
fontSize: number = DEFAULT_FONT_SIZE
fontStrikethrough: boolean = DEFAULT_FONT_STRIKETHROUGH
fontUnderline?: DataCubeFontFormatUnderlineVariant = DEFAULT_FONT_UNDERLINED
gridLineColor: string = DEFAULT_GRID_LINE_COLOR
initialExpandLevel?: number
name: string = DEFAULT_REPORT_NAME
negativeBackgroundColor: string = DEFAULT_BACKGROUND_COLOR
negativeForegroundColor: string = DEFAULT_NEGATIVE_FOREGROUND_COLOR
normalBackgroundColor: string = DEFAULT_BACKGROUND_COLOR
normalForegroundColor: string = DEFAULT_FOREGROUND_COLOR
pivotStatisticColumnName: string = DEFAULT_PIVOT_STATISTIC_COLUMN_NAME
pivotStatisticColumnPlacement?: DataCubeColumnPinPlacement
showHorizontalGridLines: boolean = false
showLeafCount: boolean = true
showRootAggregation: boolean = false
showSelectionStats: boolean = false
showVerticalGridLines: boolean = true
showWarningForTruncatedResult: boolean = true
textAlign: DataCubeFontTextAlignment = DEFAULT_TEXT_ALIGN
treeColumnSortDirection: DataCubeQuerySortDirection = DEFAULT_TREE_COLUMN_SORT_DIRECTION
zeroBackgroundColor: string = DEFAULT_BACKGROUND_COLOR
zeroForegroundColor: string = DEFAULT_ZERO_FOREGROUND_COLOR
serialization: SerializationFactory<DataCubeConfiguration> = ...

Methods