Class PropertyColumns
- Namespace
- combit.Reporting.Dom
- Assembly
- combit.ListLabel31.CrossPlatform.dll
Represents multi-column layout settings such as count, distance and conditional breaks.
public class PropertyColumns : DomItem
- Inheritance
-
PropertyColumns
- Inherited Members
Properties
ColumnBreakBefore
Gets or sets whether a break is forced before the current element if the condition is true.
public string ColumnBreakBefore { get; set; }
Property Value
ColumnBreakCondition
Gets or sets the condition formula that triggers a column break.
public string ColumnBreakCondition { get; set; }
Property Value
Count
Gets or sets the number of columns.
public string Count { get; set; }
Property Value
Distance
Gets or sets the distance between columns (in 1/1000 mm).
public string Distance { get; set; }