WeeklyRecurrence Class

Definition

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

public ref class WeeklyRecurrence : ReportService2005::RecurrencePattern
public class WeeklyRecurrence : ReportService2005.RecurrencePattern
type WeeklyRecurrence = class
    inherit RecurrencePattern
Public Class WeeklyRecurrence
Inherits RecurrencePattern
Inheritance
WeeklyRecurrence

Remarks

Use the WeeklyRecurrence class with the Item property to specify a recurrence pattern in minutes.

Constructors

WeeklyRecurrence()

Initializes a new instance of the WeeklyRecurrence class.

Properties

DaysOfWeek

The days of the week (DaysOfWeekSelector object) on which a scheduled report runs.

WeeksInterval

The intervals at which a scheduled report runs. Intervals are measured in weeks.

WeeksIntervalSpecified

Indicates whether the WeeksInterval value is specified.

Applies to