Class TableFieldBase
- Namespace
- combit.Reporting.Dom
- Assembly
- combit.ListLabel31.CrossPlatform.dll
Base class for concrete table field implementations adding animation, drill-down, XHTML animation, linking and sorting.
public class TableFieldBase : TableField
- Inheritance
-
TableFieldBase
- Derived
- Inherited Members
Constructors
TableFieldBase(string, CollectionTableFieldBases, int)
Creates and inserts a table field of the given type at the specified index.
public TableFieldBase(string objectType, CollectionTableFieldBases itemCollection, int index)
Parameters
objectTypestringitemCollectionCollectionTableFieldBasesindexint
Properties
Animation
Gets animation settings.
[JsonInclude]
public PropertyAnimation Animation { get; }
Property Value
DrillDownLinks
Gets drill-down link definitions.
[JsonInclude]
public CollectionDrillDownLinks? DrillDownLinks { get; }
Property Value
LinkUrl
Gets or sets a hyperlink URL (interactive exports).
public string LinkUrl { get; set; }
Property Value
SortOrders
Gets the sort order expressions collection.
[JsonInclude]
public PropertySortOrders SortOrders { get; }
Property Value
XhtmlAnimation
Gets XHTML animation settings (HTML export).
[JsonInclude]
public PropertyXhtmlAnimation XhtmlAnimation { get; }