DashboardSubtotalOptions

data class DashboardSubtotalOptions(val customLabel: String? = null, val fieldLevel: DashboardPivotTableSubtotalLevel? = null, val fieldLevelOptions: List<DashboardPivotTableFieldSubtotalOptions>? = null, val metricHeaderCellStyle: DashboardTableCellStyle? = null, val styleTargets: List<DashboardTableStyleTarget>? = null, val totalCellStyle: DashboardTableCellStyle? = null, val totalsVisibility: DashboardVisibility? = null, val valueCellStyle: DashboardTableCellStyle? = null)

Constructors

Link copied to clipboard
fun DashboardSubtotalOptions(customLabel: String? = null, fieldLevel: DashboardPivotTableSubtotalLevel? = null, fieldLevelOptions: List<DashboardPivotTableFieldSubtotalOptions>? = null, metricHeaderCellStyle: DashboardTableCellStyle? = null, styleTargets: List<DashboardTableStyleTarget>? = null, totalCellStyle: DashboardTableCellStyle? = null, totalsVisibility: DashboardVisibility? = null, valueCellStyle: DashboardTableCellStyle? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val customLabel: String? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard