TemplateBodySectionRepeatConfiguration

data class TemplateBodySectionRepeatConfiguration(val dimensionConfigurations: List<TemplateBodySectionRepeatDimensionConfiguration>? = null, val nonRepeatingVisuals: List<String>? = null, val pageBreakConfiguration: TemplateBodySectionRepeatPageBreakConfiguration? = null)

Constructors

Link copied to clipboard
constructor(dimensionConfigurations: List<TemplateBodySectionRepeatDimensionConfiguration>? = null, nonRepeatingVisuals: List<String>? = null, pageBreakConfiguration: TemplateBodySectionRepeatPageBreakConfiguration? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

List of BodySectionRepeatDimensionConfiguration values that describe the dataset column and constraints for the column used to repeat the contents of a section.

Link copied to clipboard

List of visuals to exclude from repetition in repeating sections. The visuals will render identically, and ignore the repeating configurations in all repeating instances.

Link copied to clipboard

Page break configuration to apply for each repeating instance.