This topic has not yet been rated - Rate this topic

MonthlyRecurrence Class

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

System.Object
  ReportService2005.RecurrencePattern
    ReportService2005.MonthlyRecurrence

Namespace:  ReportService2005
Assembly:  ReportService2005 (in ReportService2005.dll)
public class MonthlyRecurrence : RecurrencePattern

The MonthlyRecurrence type exposes the following members.

  NameDescription
Public methodMonthlyRecurrenceInitializes a new instance of the MonthlyRecurrence class.
Top
  NameDescription
Public propertyDaysGets or sets the days of the month on which a scheduled report runs.
Public propertyMonthsOfYearGets or sets the months of the year (MonthsOfYearSelector object) in which a scheduled report runs.
Top
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top

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

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.