Table of Contents

Class PropertyReportSections

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

Provides access to optional report sections like table of contents, index and reverse side.

public class PropertyReportSections : DomItem
Inheritance
PropertyReportSections
Inherited Members

Properties

Index

Gets the index section configuration or null if not present.

[JsonInclude]
public PropertyReportSection Index { get; }

Property Value

PropertyReportSection

ReverseSide

Gets the reverse side section configuration or null if not present.

[JsonInclude]
public PropertyReportSectionReverseSide ReverseSide { get; }

Property Value

PropertyReportSectionReverseSide

TableOfContents

Gets the table of contents section configuration or null if not present.

[JsonInclude]
public PropertyReportSection TableOfContents { get; }

Property Value

PropertyReportSection