Click or drag to resize

ReportSchedule Class

A ReportSchedule defines a schedule on a ReportOutput. Schedules are using Tasks of the Windows Task Scheduler.
Inheritance Hierarchy
SystemObject
  Seal.ModelRootEditor
    Seal.ModelRootComponent
      Seal.ModelReportComponent
        Seal.ModelReportSchedule

Namespace: Seal.Model
Assembly: SealLibrary (in SealLibrary.dll) Version: 8.0.0.0+c5a14bc14715399f60fcf611201a5e8ad953fbc3
Syntax
C#
public class ReportSchedule : ReportComponent

The ReportSchedule type exposes the following members.

Constructors
 NameDescription
Public methodReportScheduleInitializes a new instance of the ReportSchedule class
Top
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
Methods
 NameDescription
Public methodStatic memberCreate Create a basic ReportSchedule
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodFindTask Find the Task from the Windows Task Scheduler
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodStatic memberGetTaskSourceDetail Returns a given line from the Task Source Detail
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodInit Init the editor objects
(Inherited from RootEditor)
Public methodInitDefaultValues Init the default values
(Inherited from RootEditor)
Public methodInitEditor Init the editor objects and the default values
(Inherited from RootEditor)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodRegisterTaskDefinition 
Public methodSetReadOnly Set all properties to readonly
(Inherited from RootEditor)
Public methodSynchronizeTask Synchronize the task with the Windows Task Scheduler
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Public methodUpdateEditor Update editor attributes
(Inherited from RootEditor)
Protected methodUpdateEditorAttributes Refresh properties attrivutes
(Inherited from RootEditor)
Top
Fields
 NameDescription
Protected field_dctd
(Inherited from RootEditor)
Protected field_GUID
(Inherited from RootComponent)
Protected field_name
(Inherited from RootComponent)
Protected field_report
(Inherited from ReportComponent)
Public fieldTag Object that can be used at run-time for any purpose
Top
See Also