Report |
The ReportTask type exposes the following members.
| Name | Description | |
|---|---|---|
| _connectionGUID | GUID of the connection used by the task | |
| _dctd |
Type descriptor used to edit the properties in the PropertyGrid, null if the editor is not initialized
(Inherited from RootEditor) | |
| _GUID |
Field of the GUID property
(Inherited from RootComponent) | |
| _name |
Field of the Name property
(Inherited from RootComponent) | |
| _report |
Field of the Report property
(Inherited from ReportComponent) | |
| BodyScriptTemplate | Default body script template: executes the SQL, the script, then the children tasks | |
| DbInfoMessage | Information message for database | |
| ExecInput | Optional input object for the task | |
| ExecInputKeyword | Keyword replaced by the execution input of the task in the task parameters | |
| ExecProcessChildren | Exec flag to disable children processing | |
| ExecResult | The result of the task, if any | |
| Execution | The current report execution executing the task | |
| NoChildrenBodyScriptTemplate | Body script template that executes the SQL and the script without the children tasks | |
| ParentExecResultKeyword | Keyword replaced by the execution result of the parent task in the task parameters | |
| ParentTaskConnectionGUID | Special connection GUID value meaning that the connection of the parent task is used | |
| Progression | Current progression of the task in percentage | |
| Tag | Custom Tag the can be used at execution time to store any object | |
| Tasks | Children of the task | |
| TemplateDescription | Description coming from the template | |
| TranslatedParameterDescription | Description of the keywords supported in a task parameter | |
| TranslatedParameterDescriptionFull | Description of the keywords supported in a task parameter, including the repository path keyword |