Enum ColumnBindableControl
Specifies the type of an object that will be created when you drop the data column on a report page.
Namespace: FastReport.Data
Assembly: FastReport.OpenSource.dll
Syntax
public enum ColumnBindableControl
Fields
Name | Description |
---|---|
CheckBox | The column will create the Check |
Custom | The column will create the custom object, specified in the
Custom |
Picture | The column will create the Picture |
RichText | The column will create the |
Text | The column will create the Text |