MonthlyRecurrence Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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. |