Share via


WeeklyRecurrence Members

Include Protected Members
Include Inherited Members

Represents the number of weeks and the days of the week on which a scheduled report runs.

The WeeklyRecurrence type exposes the following members.

Constructors

  Name Description
Public method WeeklyRecurrence() Initializes a new instance of the WeeklyRecurrence class.

Top

Methods

  Name Description
Public method Equals(Object) (Inherited from Object.)
Protected method Finalize() (Inherited from Object.)
Public method GetHashCode() (Inherited from Object.)
Public method GetType() (Inherited from Object.)
Protected method MemberwiseClone() (Inherited from Object.)
Public method ToString() (Inherited from Object.)

Top

Properties

  Name Description
Public property DaysOfWeek The days of the week (DaysOfWeekSelector object) on which a scheduled report runs.
Public property WeeksInterval The intervals at which a scheduled report runs. Intervals are measured in weeks.
Public property WeeksIntervalSpecified Indicates whether the WeeksInterval value is specified.

Top