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 : ReportService2005::RecurrencePattern
public class MonthlyDOWRecurrence : ReportService2005.RecurrencePattern
type MonthlyDOWRecurrence = class
    inherit RecurrencePattern
Public Class MonthlyDOWRecurrence
Inherits RecurrencePattern
Inheritance
MonthlyDOWRecurrence

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

Indicates whether a value for the WhichWeek property is specified.

Applies to