DailyRecurrence Class

Definition

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

public ref class DailyRecurrence : ReportService2010::RecurrencePattern
[System.CodeDom.Compiler.GeneratedCode("wsdl", "2.0.50727.3038")]
[System.ComponentModel.DesignerCategory("code")]
[System.Diagnostics.DebuggerStepThrough]
[System.Xml.Serialization.XmlType(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")]
[System.Serializable]
public class DailyRecurrence : ReportService2010.RecurrencePattern
[<System.CodeDom.Compiler.GeneratedCode("wsdl", "2.0.50727.3038")>]
[<System.ComponentModel.DesignerCategory("code")>]
[<System.Diagnostics.DebuggerStepThrough>]
[<System.Xml.Serialization.XmlType(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")>]
[<System.Serializable>]
type DailyRecurrence = class
    inherit RecurrencePattern
Public Class DailyRecurrence
Inherits RecurrencePattern
Inheritance
DailyRecurrence
Attributes

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