Table of Contents

Class PropertyDataLinesOptions

Namespace
combit.Reporting.Dom
Assembly
combit.ListLabel31.CrossPlatform.dll

Data line options including keep-together, zebra pattern, suppression and sum calculation behavior.

public class PropertyDataLinesOptions : DomItem
Inheritance
PropertyDataLinesOptions
Inherited Members

Properties

ForceSumCalculation

Gets or sets whether sum calculation is forced.

public string ForceSumCalculation { get; set; }

Property Value

string

KeepTogether

Gets the keep-together settings.

[JsonInclude]
public PropertyKeepTogether KeepTogether { get; }

Property Value

PropertyKeepTogether

KeepTogetherDataLine

Gets or sets the data line keep-together mode.

public string KeepTogetherDataLine { get; set; }

Property Value

string

Suppress

Gets or sets whether the data line is suppressed.

public string Suppress { get; set; }

Property Value

string

ZebraPattern

Gets the zebra pattern filling configuration.

[JsonInclude]
public PropertyFillingExt ZebraPattern { get; }

Property Value

PropertyFillingExt