FlexCel.Report Namespace
This is the FlexCel reporting engine. You need to use this unit when using the class TFlexCelReport.
Classes
Records
Enumerations
Name |
Description |
TAggregateType |
Enumeration with the different kind of aggregations that can be done in a FlexCelReport.
|
TApplyFormatTagEnum |
Configuration strings used in applying a part of a format. Internal use.
|
TConfigTagEnum |
Configuration strings. Internal use.
|
TDeleteEmptyBands |
Defines how bands will be removed when they have 0 records.
|
TDisposeMode |
Indicates if FlexCel must dispose a table after it is done using it.
|
TErrorActions |
Enumerates what to do on different FlexCel error situations.
|
TFlexCelReportProgressPhase |
Phase of the report we are in.
|
TRecordCountMode |
Sets the way FlexCel will count the records.
|
TSqlParametersType |
How the parameters for Direct SQL queries are. Change it only if your database uses positional parameters and it is not ODBC or OLEDB.
|
TValueType |
All the things we can find on a cell.
|
Anonymous methods
Name |
Description |
TFlexCelDataConversionEvent |
A function to convert a class, record or array into a value FlexCel can write in the template.
"v": Value to be converted.
"ConvertedValue": In this variable you need to return the converted value.
|
TFlexCelSQLParameterMethod |
Use this method to assign the SQL parameters in a query. "paramName": This is the parameter we are setting. This name doesn't include the ":" or "@" prefix for the parameter\.<br /><br /><br />"dataset": This is the dataset where you need to assign the parameter. You will need to cast this value to the specific TDataSet you created in TFlexCelSQLQueryMethod, and assign the parameter there.
|
TFlexCelSQLQueryMethod |
Use this method to return a dataset where FlexCel can execute the SQL Query. The type of dataset you return depends on the database you are accessing and the Delphi components you are using to access that database.
|
Types