Table of Contents

Class SubItemBase

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

Base implementation for table sub items (tables, drawings, subreports, etc.) providing linkage (TableId/RelationId), columns, animation and HTML animation support.

public class SubItemBase : SubItemCore
Inheritance
SubItemBase
Derived
Inherited Members

Properties

Animation

Gets the animation settings.

[JsonInclude]
public PropertyAnimation Animation { get; }

Property Value

PropertyAnimation

Columns

Gets the column collection.

[JsonInclude]
public PropertyColumns Columns { get; }

Property Value

PropertyColumns

RelationId

Gets or sets the relation identifier.

public string RelationId { get; set; }

Property Value

string

Subreport

[JsonIgnore]
public SubItemSubReport? Subreport { get; set; }

Property Value

SubItemSubReport

TableId

Gets or sets the source table identifier.

public string TableId { get; set; }

Property Value

string

XhtmlAnimation

Gets the XHTML animation settings (HTML export only) or null.

[JsonInclude]
public PropertyXhtmlAnimation XhtmlAnimation { get; }

Property Value

PropertyXhtmlAnimation