Section Options
data class SectionOptions(val showRunSummary: Boolean = true, val showAcrossReplicationStats: Boolean = true, val showHistograms: Boolean = true, val showFrequencies: Boolean = true, val showTimeSeries: Boolean = true, val showDiagnostics: Boolean = false, val timeSeriesConfidenceLevel: Double = 0.95)(source)
Options controlling which sections of the snapshot's standard report appear in the materialised document. Defaults match SimulationSnapshot.ExperimentCompleted.toReport()'s built-in defaults so callers that ignore this parameter get the pre-existing report content. A "Post-Run Reporting" panel typically surfaces these as checkboxes; auto-render uses the defaults.