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
Columns
Gets the column collection.
[JsonInclude]
public PropertyColumns Columns { get; }
Property Value
RelationId
Gets or sets the relation identifier.
public string RelationId { get; set; }
Property Value
Subreport
[JsonIgnore]
public SubItemSubReport? Subreport { get; set; }
Property Value
TableId
Gets or sets the source table identifier.
public string TableId { get; set; }
Property Value
XhtmlAnimation
Gets the XHTML animation settings (HTML export only) or null.
[JsonInclude]
public PropertyXhtmlAnimation XhtmlAnimation { get; }