DailyRecurrence Class

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

Namespace:  ReportService2006
Assembly:  ReportService2006 (in ReportService2006.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

Remarks

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

Inheritance Hierarchy

System.Object
  ReportService2006.RecurrencePattern
    ReportService2006.DailyRecurrence

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.