Click or drag to resize

ReportTask Fields

The ReportTask type exposes the following members.

Fields
 NameDescription
Protected field_connectionGUID GUID of the connection used by the task
Protected field_dctd Type descriptor used to edit the properties in the PropertyGrid, null if the editor is not initialized
(Inherited from RootEditor)
Protected field_GUID Field of the GUID property
(Inherited from RootComponent)
Protected field_name Field of the Name property
(Inherited from RootComponent)
Protected field_report Field of the Report property
(Inherited from ReportComponent)
Public fieldStatic memberBodyScriptTemplate Default body script template: executes the SQL, the script, then the children tasks
Public fieldDbInfoMessage Information message for database
Public fieldExecInput Optional input object for the task
Public fieldStatic memberExecInputKeyword Keyword replaced by the execution input of the task in the task parameters
Public fieldExecProcessChildren Exec flag to disable children processing
Public fieldExecResult The result of the task, if any
Public fieldExecution The current report execution executing the task
Public fieldStatic memberNoChildrenBodyScriptTemplate Body script template that executes the SQL and the script without the children tasks
Public fieldStatic memberParentExecResultKeyword Keyword replaced by the execution result of the parent task in the task parameters
Public fieldStatic memberParentTaskConnectionGUID Special connection GUID value meaning that the connection of the parent task is used
Public fieldProgression Current progression of the task in percentage
Public fieldTag Custom Tag the can be used at execution time to store any object
Public fieldTasks Children of the task
Public fieldTemplateDescription Description coming from the template
Public fieldStatic memberTranslatedParameterDescription Description of the keywords supported in a task parameter
Public fieldStatic memberTranslatedParameterDescriptionFull Description of the keywords supported in a task parameter, including the repository path keyword
Top
See Also