AnalysisSubtotalOptions

data class AnalysisSubtotalOptions(val customLabel: String? = null, val fieldLevel: AnalysisPivotTableSubtotalLevel? = null, val fieldLevelOptions: List<AnalysisPivotTableFieldSubtotalOptions>? = null, val metricHeaderCellStyle: AnalysisTableCellStyle? = null, val styleTargets: List<AnalysisTableStyleTarget>? = null, val totalCellStyle: AnalysisTableCellStyle? = null, val totalsVisibility: AnalysisVisibility? = null, val valueCellStyle: AnalysisTableCellStyle? = null)

Constructors

Link copied to clipboard
fun AnalysisSubtotalOptions(customLabel: String? = null, fieldLevel: AnalysisPivotTableSubtotalLevel? = null, fieldLevelOptions: List<AnalysisPivotTableFieldSubtotalOptions>? = null, metricHeaderCellStyle: AnalysisTableCellStyle? = null, styleTargets: List<AnalysisTableStyleTarget>? = null, totalCellStyle: AnalysisTableCellStyle? = null, totalsVisibility: AnalysisVisibility? = null, valueCellStyle: AnalysisTableCellStyle? = 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