DailyRecurrence Class

Definition

Represents the intervals at which a scheduled report runs. Intervals are specified in days.

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

Remarks

Use the DailyRecurrence class with the Item property of the ScheduleDefinition class to specify a recurrence pattern in minutes.

Constructors

DailyRecurrence()

Initializes a new instance of the DailyRecurrence class.

Properties

DaysInterval

Gets or sets the intervals at which a scheduled report runs. Intervals are specified in days.

Applies to