DocGeneratedFullPath | Output Document Generated Full Path | String | Complete path of the generated document. Especially useful when OverwriteDocGenerated is set to False . |
DocGeneratedName | Document Generated Name | String | Name of the document to generate. |
DocGeneratedPath | Document Generated Path | String | Path of the document to generate on the file system. The default value is the system temporary directory. |
ErrorCode | Error code | Integer | Error code. Is an addition of all error codes detected at
generation: - 1: Warning added when an existing file has been replaced on file
system.
- 2: Error added when the mandatory attribute
Roots is an empty
list. - 4: Error added when the mandatory
ReportName attribute is
empty. - 8: Error added when the mandatory
DocGeneratedName attribute is
empty. - 16: Error added when the generation failed.
- 32: Error added when saves on file system failed.
- 64: Error added when saves on database
failed.
|
ErrorString | Error string | String | Description of all detected errors. |
OverwriteDocGenerated | Overwrite DocGenerated | Boolean | Indicates if the system can replace an existing file by the
document generated on the file system. The default value is False .
If the value is set to False and if an existing
file is found on the file system, the system adds the "_" character along with an
integer at the end of the name of the generated document. This name
is used to save the generated document on the file system and in the
database.
|
ReportName | Report Name | String | Name of the report to generate. This report must have previously been saved in database. |
Roots | List of Roots | List | List of objects from which the report will be generated. |
SaveOption | Select Document Generated Save Option | Enumere | Indicates the save option used at generation. The value can be
one of the following: Disk , Database . The default value is Database .
When the Disk value is set, the system saves the generated
report only on the file system.
When the Database value is set, the system
saves the generated report on the file system and in
database.
|
SheetIndex | Sheet index to replace | Integer | Indicates the excel sheet to replace. The default value is 1 .
This attribute is taken into account at generation if: - the
Format attribute has been set to XLS . - the
OverwriteDocGenerated attribute has been set to
True .
If the index set does not correspond to an
existing index in the existing file on the file system, the system
creates a sheet of the index and creates empty sheets the between
last existing sheet and the created sheet.
|