Table of Contents

Class TableFieldCheckbox

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

Table field hosting a checkbox object with definition and optional picture export.

public class TableFieldCheckbox : TableFieldBase
Inheritance
TableFieldCheckbox
Inherited Members

Constructors

TableFieldCheckbox(CollectionTableFieldBases)

Creates and appends a checkbox field.

public TableFieldCheckbox(CollectionTableFieldBases itemCollection)

Parameters

itemCollection CollectionTableFieldBases

TableFieldCheckbox(CollectionTableFieldBases, int)

Creates and inserts a checkbox field at the specified index.

public TableFieldCheckbox(CollectionTableFieldBases itemCollection, int index)

Parameters

itemCollection CollectionTableFieldBases
index int

Properties

Definition

Gets the checkbox definition.

[JsonInclude]
public PropertyCheckboxDefinition Definition { get; }

Property Value

PropertyCheckboxDefinition

ExportAsPicture

Gets or sets whether the checkbox is exported as a raster image.

public string ExportAsPicture { get; set; }

Property Value

string