Class ObjectReportContainer
- Namespace
- combit.Reporting.Dom
- Assembly
- combit.ListLabel31.CrossPlatform.dll
Report container object hosting heterogeneous sub items (tables, charts, etc.) with common frame, filling and default font.
public class ObjectReportContainer : ObjectBase
- Inheritance
-
ObjectReportContainer
- Inherited Members
Constructors
ObjectReportContainer(CollectionObjectBases)
Creates and appends a report container.
public ObjectReportContainer(CollectionObjectBases objectCollection)
Parameters
objectCollectionCollectionObjectBases
ObjectReportContainer(CollectionObjectBases, int)
Creates and inserts a report container at the given index.
public ObjectReportContainer(CollectionObjectBases objectCollection, int index)
Parameters
objectCollectionCollectionObjectBasesindexint
Properties
AllowPageBreak
Gets or sets whether page breaks are allowed inside the container.
public string AllowPageBreak { get; set; }
Property Value
DefaultColumns
Gets the default column configuration.
[JsonInclude]
public PropertyDefaultColumns DefaultColumns { get; }
Property Value
DefaultFont
Gets the default font applied to contained objects unless overridden.
[JsonInclude]
public PropertyFontExt DefaultFont { get; }
Property Value
Filling
Gets the background filling definition.
[JsonInclude]
public PropertyFillingExt Filling { get; }
Property Value
Frame
Gets the frame definition.
[JsonInclude]
public PropertyFrame Frame { get; }
Property Value
LinkUrl
Gets or sets a hyperlink URL for the container.
public string LinkUrl { get; set; }
Property Value
SubItems
Gets the collection of contained sub items.
[JsonInclude]
public CollectionSubItemBases SubItems { get; }