Table of Contents

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

objectType string
itemCollection CollectionTableFieldBases
index int

Properties

Animation

Gets animation settings.

[JsonInclude]
public PropertyAnimation Animation { get; }

Property Value

PropertyAnimation

Gets drill-down link definitions.

[JsonInclude]
public CollectionDrillDownLinks? DrillDownLinks { get; }

Property Value

CollectionDrillDownLinks

LinkUrl

Gets or sets a hyperlink URL (interactive exports).

public string LinkUrl { get; set; }

Property Value

string

SortOrders

Gets the sort order expressions collection.

[JsonInclude]
public PropertySortOrders SortOrders { get; }

Property Value

PropertySortOrders

XhtmlAnimation

Gets XHTML animation settings (HTML export).

[JsonInclude]
public PropertyXhtmlAnimation XhtmlAnimation { get; }

Property Value

PropertyXhtmlAnimation