Name | Description | |
---|---|---|
![]() | CreatedOnUtc | UTC timestamp of the date when the task was created. |
![]() | DisableReportCache | Gets or sets whether to disable the report cache when exporting the report template of this task. |
![]() | ExportProfileId | Gets or sets the export/printing profile to use (see ExportProfileBase). |
![]() | Id | Gets the ID of the task. |
![]() | IsCreatedOnServer | Returns if this task has created on the server already. Note that new tasks are not known to the server until CreateOrUpdateAsync was called. |
![]() | ModifiedBy | Gets the name of the user who did the last modification |
![]() | ModifiedOnUtc | Gets the UTC timestamp of the last modification. |
![]() | Name | Gets or sets the name of the task (max. length: 100 characters). |
![]() | Owner | Gets the owner of the task (the user who created) it. The owner is the only user who is allowed to modify the task (beside the administrators). |
![]() | ReportTemplateId | Gets or sets the report template that this task uses when executed. Assign the ID of an existing report template, see ReportTemplate.Id. |
![]() | SkipPrintOnServerWhenReportIsEmpty | Gets or sets whether to skip sending the report to a printer (when a printing profile is used for ExportProfileId) when no data records were processed in the report. |