Table of Contents

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

string

ColumnBreakCondition

Gets or sets the condition formula that triggers a column break.

public string ColumnBreakCondition { get; set; }

Property Value

string

Count

Gets or sets the number of columns.

public string Count { get; set; }

Property Value

string

Distance

Gets or sets the distance between columns (in 1/1000 mm).

public string Distance { get; set; }

Property Value

string