ScheduleReference Class

Definition

Represents a reference to a shared schedule.

public ref class ScheduleReference : ReportService2005::ScheduleDefinitionOrReference
public class ScheduleReference : ReportService2005.ScheduleDefinitionOrReference
type ScheduleReference = class
    inherit ScheduleDefinitionOrReference
Public Class ScheduleReference
Inherits ScheduleDefinitionOrReference
Inheritance

Remarks

A ScheduleReference object is returned as output by the GetExecutionOptions and GetReportHistoryOptions methods and is passed as input to the SetExecutionOptions and SetReportHistoryOptions methods.

Use ScheduleReference in methods that require a ScheduleDefinitionOrReference object to indicate that a report runs according to a shared schedule. For more information about Reporting Services schedules, see Shared Schedules and Report-Specific Schedules.

Constructors

ScheduleReference()

Initializes a new instance of the ScheduleReference class.

Properties

Definition

Gets or sets the definition (ScheduleDefinition object) for a shared schedule.

ScheduleID

Gets or sets the system-generated unique identifier of a shared schedule.

Applies to