NoSchedule Class

Definition

Represents a state in which no schedules are associated with the execution or snapshot history settings of a report.

public ref class NoSchedule : ReportService2006::ScheduleDefinitionOrReference
public class NoSchedule : ReportService2006.ScheduleDefinitionOrReference
type NoSchedule = class
    inherit ScheduleDefinitionOrReference
Public Class NoSchedule
Inherits ScheduleDefinitionOrReference
Inheritance

Remarks

A NoSchedule object is passed as input to the SetExecutionOptions and SetReportHistoryOptions methods to indicate that a report or report history snapshot does not run according to a schedule.

Constructors

NoSchedule()

Initializes a new instance of the NoSchedule class.

Applies to