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
itemCollectionCollectionTableFieldBases
TableFieldCheckbox(CollectionTableFieldBases, int)
Creates and inserts a checkbox field at the specified index.
public TableFieldCheckbox(CollectionTableFieldBases itemCollection, int index)
Parameters
itemCollectionCollectionTableFieldBasesindexint
Properties
Definition
Gets the checkbox definition.
[JsonInclude]
public PropertyCheckboxDefinition Definition { get; }
Property Value
ExportAsPicture
Gets or sets whether the checkbox is exported as a raster image.
public string ExportAsPicture { get; set; }