MinuteRecurrence Class

Definition

Represents the intervals, in minutes, at which a scheduled report runs.

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

Remarks

Use a MinuteRecurrence object with the Item property of the ScheduleDefinition class to indicate the recurrence pattern of a schedule in minutes.

Constructors

MinuteRecurrence()

Initializes a new instance of the MinuteRecurrence class.

Properties

MinutesInterval

The interval, in minutes, at which a scheduled report runs.

Applies to