Class PropertyLineOptions
- Namespace
- combit.Reporting.Dom
- Assembly
- combit.ListLabel31.CrossPlatform.dll
Encapsulates line options for different table line sections (data, group header/footer, footer).
public class PropertyLineOptions : DomItem
- Inheritance
-
PropertyLineOptions
- Inherited Members
Properties
Data
Gets the data line options.
[JsonInclude]
public PropertyDataLinesOptions Data { get; }
Property Value
Footer
Gets the footer line options.
[JsonInclude]
public PropertyFooterLinesOptions Footer { get; }
Property Value
GroupFooter
Gets the group footer line options.
[JsonInclude]
public PropertyGroupFooterLinesOptions GroupFooter { get; }
Property Value
GroupHeader
Gets the group header line options.
[JsonInclude]
public PropertyGroupHeaderLinesOptions GroupHeader { get; }