TConfigTagEnum Enumeration
Configuration strings. Internal use.
Syntax
Unit: FlexCel.Report
Members
Name |
Value |
Description |
SQL |
0 |
SQL tag.
|
Relationship |
1 |
Relationship tag.
|
Distinct |
2 |
Distinct filter.
|
SQLParam |
3 |
Identifier for sql parameters on the config sheet.
|
Split |
4 |
Split Tag on config sheet.
|
UserTable |
5 |
User table tag on config sheet.
|
Top |
6 |
Top n records in a dataset.
|
NRows |
7 |
An empty table with n rows.
|
Columns |
8 |
A table with the columns of other table.
|
AtLeast |
9 |
A table that has at least N rows.
|
Join |
10 |
A table generated from joining the columns of multiple tables.
|
Union |
11 |
A table generated by adding the rows of multiple tables.
|