RecurrencePattern Class

Definition

Represents the recurrence pattern of a schedule definition.

public ref class RecurrencePattern
[System.CodeDom.Compiler.GeneratedCode("wsdl", "2.0.50727.3038")]
[System.ComponentModel.DesignerCategory("code")]
[System.Diagnostics.DebuggerStepThrough]
[System.Xml.Serialization.XmlInclude(typeof(ReportService2010.WeeklyRecurrence))]
[System.Xml.Serialization.XmlInclude(typeof(ReportService2010.MonthlyRecurrence))]
[System.Xml.Serialization.XmlInclude(typeof(ReportService2010.MinuteRecurrence))]
[System.Xml.Serialization.XmlInclude(typeof(ReportService2010.DailyRecurrence))]
[System.Xml.Serialization.XmlInclude(typeof(ReportService2010.MonthlyDOWRecurrence))]
[System.Xml.Serialization.XmlType(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")]
[System.Serializable]
public class RecurrencePattern
[<System.CodeDom.Compiler.GeneratedCode("wsdl", "2.0.50727.3038")>]
[<System.ComponentModel.DesignerCategory("code")>]
[<System.Diagnostics.DebuggerStepThrough>]
[<System.Xml.Serialization.XmlInclude(typeof(ReportService2010.WeeklyRecurrence))>]
[<System.Xml.Serialization.XmlInclude(typeof(ReportService2010.MonthlyRecurrence))>]
[<System.Xml.Serialization.XmlInclude(typeof(ReportService2010.MinuteRecurrence))>]
[<System.Xml.Serialization.XmlInclude(typeof(ReportService2010.DailyRecurrence))>]
[<System.Xml.Serialization.XmlInclude(typeof(ReportService2010.MonthlyDOWRecurrence))>]
[<System.Xml.Serialization.XmlType(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")>]
[<System.Serializable>]
type RecurrencePattern = class
Public Class RecurrencePattern
Inheritance
RecurrencePattern
Derived
Attributes

Remarks

Use the RecurrencePattern class together with the Item property of the ScheduleDefinition class. You cannot use the RecurrencePattern class directly in your application; instead, you must use one of its derived classes, which are described in the following table.

Class Description
MinuteRecurrence Represents the interval, in minutes, on which a scheduled report runs.
DailyRecurrence Represents the interval, in days, on which a scheduled report runs.
WeeklyRecurrence Represents the weekly interval and the days of the week on which a scheduled report runs.
MonthlyRecurrence Represents the days of the month on which a scheduled report runs.
MonthlyDOWRecurrence Represents the day of week, the week number in the month, and the month on which a scheduled report runs.

Constructors

RecurrencePattern()

Initializes a new instance of the RecurrencePattern class.

Applies to