DailyRecurrence 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 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
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. |