Table of Contents

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

PropertyDataLinesOptions

Gets the footer line options.

[JsonInclude]
public PropertyFooterLinesOptions Footer { get; }

Property Value

PropertyFooterLinesOptions

GroupFooter

Gets the group footer line options.

[JsonInclude]
public PropertyGroupFooterLinesOptions GroupFooter { get; }

Property Value

PropertyGroupFooterLinesOptions

GroupHeader

Gets the group header line options.

[JsonInclude]
public PropertyGroupHeaderLinesOptions GroupHeader { get; }

Property Value

PropertyGroupHeaderLinesOptions