Class PropertyCrosstabWrapping
- Namespace
- combit.Reporting.Dom
- Assembly
- combit.ListLabel31.CrossPlatform.dll
Base wrapping settings for crosstab rows or columns including repeat label option and page break preferences.
public class PropertyCrosstabWrapping : DomItem
- Inheritance
-
PropertyCrosstabWrapping
- Derived
- Inherited Members
Properties
PageBreakPreferences
Gets the page break preferences.
[JsonInclude]
public PropertyCrosstabPageBreakPreferences PageBreakPreferences { get; }
Property Value
RepeatLabels
Gets or sets whether labels are repeated on wrapped pages.
public string RepeatLabels { get; set; }