TFlexCelReport.Create Constructor
Overloads
TFlexCelReport.Create
Creates a new FlexCelReport component.
Syntax
Unit: FlexCel.Report
constructor TFlexCelReport.Create;
See also
TFlexCelReport.Create(Boolean)
Creates a new FlexCelReport component and sets the desired Overwrite mode for files.
Syntax
Unit: FlexCel.Report
constructor TFlexCelReport.Create(const aAllowOverwritingFiles: Boolean);
Parameters
<-> |
Parameter |
Type |
Description |
const |
aAllowOverwritingFiles |
Boolean |
If false, FlexCelReport will never overwrite an existing file, and you have to delete it before creating it again. |
See also
TFlexCelReport.Create(Integer, string, TDataSourceInfoList, TFlexCelReport)
Creates a new FlexCelReport component to be used on #include tags.
Syntax
Unit: FlexCel.Report
constructor TFlexCelReport.Create(const aNestedIncludeLevel: Integer; const tagText: string; const dsInfoList: TDataSourceInfoList; const parentReport: TFlexCelReport);
Parameters
<-> |
Parameter |
Type |
Description |
const |
aNestedIncludeLevel |
Integer |
|
const |
tagText |
string |
|
const |
dsInfoList |
TDataSourceInfoList |
|
const |
parentReport |
TFlexCelReport |
|
See also