Enum ColumnFormat
Specifies the format for the column value.
Namespace: FastReport.Data
Assembly: FastReport.OpenSource.dll
Syntax
public enum ColumnFormat
Fields
| Name | Description |
|---|---|
| Auto | The format will be determined automatically depending on the column's DataType. |
| Boolean | Specifies the Boolean format. |
| Currency | Specifies the Currency format. |
| Date | Specifies the Date format. |
| General | Specifies the General format (no formatting). |
| Number | Specifies the Number format. |
| Percent | Specifies the Percent format. |
| Time | Specifies the Time format. |