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
KeepTogether
Gets the keep-together settings.
[JsonInclude]
public PropertyKeepTogether KeepTogether { get; }
Property Value
KeepTogetherDataLine
Gets or sets the data line keep-together mode.
public string KeepTogetherDataLine { get; set; }
Property Value
Suppress
Gets or sets whether the data line is suppressed.
public string Suppress { get; set; }
Property Value
ZebraPattern
Gets the zebra pattern filling configuration.
[JsonInclude]
public PropertyFillingExt ZebraPattern { get; }