MonthlyDOWRecurrence Class

Definition

Represents the dates on which a scheduled report runs, typically by month, week, and day of the week.

public ref class MonthlyDOWRecurrence : ReportService2010::RecurrencePattern
[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 MonthlyDOWRecurrence : ReportService2010.RecurrencePattern
[<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 MonthlyDOWRecurrence = class
    inherit RecurrencePattern
Public Class MonthlyDOWRecurrence
Inherits RecurrencePattern
Inheritance
MonthlyDOWRecurrence
Attributes

Remarks

The MonthlyDOWRecurrence pattern is not supported in SharePoint integrated mode.

Constructors

MonthlyDOWRecurrence()

Initializes a new instance of the MonthlyDOWRecurrence class.

Properties

DaysOfWeek

Gets or sets the days of the week on which a scheduled report runs.

MonthsOfYear

Gets or sets the months of the year in which a scheduled report runs.

WhichWeek

Gets or sets the week of the month in which a scheduled report runs.

WhichWeekSpecified

Gets or sets a value that indicates whether the WhichWeek property is specified.

Applies to