DailyRecurrence Class

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

Inheritance Hierarchy

System.Object
  ReportService2005.RecurrencePattern
    ReportService2005.DailyRecurrence

Namespace:  ReportService2005
Assembly:  ReportService2005 (in ReportService2005.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public Class DailyRecurrence _
    Inherits RecurrencePattern
'Usage
Dim instance As DailyRecurrence
[SerializableAttribute]
public class DailyRecurrence : RecurrencePattern
[SerializableAttribute]
public ref class DailyRecurrence : public RecurrencePattern
[<SerializableAttribute>]
type DailyRecurrence =  
    class
        inherit RecurrencePattern
    end
public class DailyRecurrence extends RecurrencePattern

The DailyRecurrence type exposes the following members.

Constructors

  Name Description
Public method DailyRecurrence

Top

Properties

  Name Description
Public property DaysInterval The intervals at which a scheduled report runs. Intervals are specified in days.

Top

Methods

  Name Description
Public method Equals (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

Remarks

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

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference