MonthlyRecurrence Class

Definition

Represents the days of the month on which a scheduled report runs.

public ref class MonthlyRecurrence : ReportService2006::RecurrencePattern
public class MonthlyRecurrence : ReportService2006.RecurrencePattern
type MonthlyRecurrence = class
    inherit RecurrencePattern
Public Class MonthlyRecurrence
Inherits RecurrencePattern
Inheritance
MonthlyRecurrence

Remarks

Use the MonthlyRecurrence class together with the Item property of the ScheduleDefinition class to indicate a monthly recurrence pattern in a schedule.

Constructors

MonthlyRecurrence()

Initializes a new instance of the MonthlyRecurrence class.

Properties

Days

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

MonthsOfYear

Gets or sets the months of the year (MonthsOfYearSelector object) in which a scheduled report runs.

Applies to