Show / Hide Table of Contents

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 CheckBoxObject object.

Custom

The column will create the custom object, specified in the CustomBindableControl property.

Picture

The column will create the PictureObject object.

RichText

The column will create the object.

Text

The column will create the TextObject object.

In This Article
  • Fields
Back to top Generated by DocFX