Click or drag to resize

ReportSchedule Properties

The ReportSchedule type exposes the following members.

Properties
 NameDescription
Public propertyErrorEmailFrom The sender (From) email address used to send the email in case of error. If empty the default address configured in the device is used. Make sure that the SMTP or SendGrid server allows the new address.
Public propertyErrorEmailSendMode Specify if the email is sent for the first, the last or for each failure
Public propertyErrorEmailSubject The subject of the email sent in case of error. If empty, the report name is used.
Public propertyErrorEmailTo The destination (To) email addresses used for the email in case of error. One per line or separated by semi-column.
Public propertyErrorMinutesBetweenRetries The number of minutes elapsed between a retry
Public propertyErrorNumberOfRetries The maximum number of retries in case of error
Public propertyGUID The unique identifier
(Inherited from RootComponent)
Public propertyHelperRunTaskScheduler Editor Helper: Edit the Schedule with the MMC Task Scheduler
Public propertyIsEnabled Indicates if the task is enabled. Tasks can be enabled or disabled using the Task Scheduler Microsoft Management Console.
Public propertyIsTasksSchedule If true, the schedule is executed without output definition. It may be used to schedule reports having only tasks. The default view of the report is used for the execution.
Public propertyLastRunTime Last time the task was executed
Public propertyName The name
(Inherited from RootComponent)
Public propertyNextRunTime Next time the task will be executed
Public propertyNotificationEmailBody The body of the email sent in case of success. If empty, a default text is used.
Public propertyNotificationEmailFrom The sender (From) email address used to send the email in case of success. If empty the default address configured in the device is used. Make sure that the SMTP or SendGrid server allows the new address.
Public propertyNotificationEmailSubject The subject of the email sent in case of success. If empty, the report name is used.
Public propertyNotificationEmailTo The destination (To) email addresses used for the email notification in case of success. One per line or separated by semi-column.
Public propertyOutput ReportOutput of the schedule
Public propertyOutputGUID Identifier of the output
Public propertyOutputName The report output name of this schedule
Public propertyReport The current report
(Inherited from ReportComponent)
Public propertySealDays Days of the month to execute the schedule
Public propertySealDaysInterval Number of days
Public propertySealDaysString Days of the Seal Schedule in a text
Public propertySealEnabled True if the schedule is enabled
Public propertySealEnd End date and time of the schedule
Public propertySealMonths Months to execute the schedule
Public propertySealMonthsString Months of the Seal Schedule a text
Public propertySealNextExecution Next execution planned for the schedule
Public propertySealRepeatDuration Duration of the schedule repetition
Public propertySealRepeatInterval Interval of the schedule repetition
Public propertySealSchedule 
Public propertySealStart Start date and time of the schedule
Public propertySealType Type of schedule trigger
Public propertySealWeekdays Days of the week to execute the schedule
Public propertySealWeekdaysString Weekdays of the Seal Schedule a text
Public propertySealWeeksInterval Number of weeks
Public propertyTask The current Windows Task
Public propertyTaskName Task name as used in the Windows Task Scheduler or for the Seal Schedule file name.
Public propertyTaskSource Task source name
Top
See Also