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 : ReportService2010::ScheduleDefinitionOrReference
[System.CodeDom.Compiler.GeneratedCode("wsdl", "2.0.50727.3038")]
[System.ComponentModel.DesignerCategory("code")]
[System.Diagnostics.DebuggerStepThrough]
[System.Xml.Serialization.XmlType(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")]
[System.Serializable]
public class NoSchedule : ReportService2010.ScheduleDefinitionOrReference
[<System.CodeDom.Compiler.GeneratedCode("wsdl", "2.0.50727.3038")>]
[<System.ComponentModel.DesignerCategory("code")>]
[<System.Diagnostics.DebuggerStepThrough>]
[<System.Xml.Serialization.XmlType(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")>]
[<System.Serializable>]
type NoSchedule = class
    inherit ScheduleDefinitionOrReference
Public Class NoSchedule
Inherits ScheduleDefinitionOrReference
Inheritance
Attributes

Remarks

A NoSchedule object is passed as input to the SetExecutionOptions and SetItemHistoryOptions 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