Skip to main content
A newer version of this page is available. .

ScheduledJobDto Members

A data transfer object (DTO) that provides detailed information about a scheduled job.

Constructors

Name Description
ScheduledJobDto() Initializes a new instance of the ScheduledJobDto class with the default settings.

Properties

Name Description
EmailBlankReport Specifies whether or not to send blank reports by email, should they be created based on their underlying data.
EmailRecipientKind Specifies whether recipients should receive individual emails, or a common email with all recipients listed in the “To” section.
EmailReportFormat Specifies how reports should be delivered by email.
Enabled Specifies whether or not the task is allowed to run automatically. Inherited from ScheduledJobCatalogItemDto.
ExportToSharedFolder Specifies the path to a local or remote folder where the created reports should be stored.
ExternalSubscribers Specifies the comma-separated list of email subscribers to the task that are not registered users of the Report Server.
Id Identifies the task. Inherited from ScheduledJobCatalogItemDto.
InternalSubscribers Specifies the registered Report Server users subscribed to the task.
Name Specifies the task name. Inherited from ScheduledJobCatalogItemDto.
OptimisticLock Identifies the scheduled job version used for optimistic locking.
ReportId Identifies the report generated by the task. Inherited from ScheduledJobCatalogItemDto.
RetentionPeriod Specifies for how many days to store created documents on the server.
SchedulerParameters Specifies the collection of report parameters whose values should be supplied by the scheduled task.
SerializedRecurrenceInfo Specifies the serialized recurrence options of the task.
StartDate Specifies the date and time at which the task should start running. Inherited from ScheduledJobCatalogItemDto.
TaskMode Specifies whether the task should generate a report or billing statement. Inherited from ScheduledJobCatalogItemDto.

Methods

Name Description
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ToString() Returns a string that represents the current object. Inherited from Object.
See Also