Compartir a través de


Clase WeeklyRecurrence

Represents the number of weeks and the days of the week on which a scheduled report runs.

Jerarquía de herencia

System.Object
  ReportService2006.RecurrencePattern
    ReportService2006.WeeklyRecurrence

Espacio de nombres:  ReportService2006
Ensamblado:  ReportService2006 (en ReportService2006.dll)

Sintaxis

'Declaración
Public Class WeeklyRecurrence _
    Inherits RecurrencePattern
'Uso
Dim instance As WeeklyRecurrence
public class WeeklyRecurrence : RecurrencePattern
public ref class WeeklyRecurrence : public RecurrencePattern
type WeeklyRecurrence =  
    class 
        inherit RecurrencePattern 
    end
public class WeeklyRecurrence extends RecurrencePattern

El tipo WeeklyRecurrence expone los siguientes miembros.

Constructores

  Nombre Descripción
Método público WeeklyRecurrence Initializes a new instance of the WeeklyRecurrence class.

Arriba

Propiedades

  Nombre Descripción
Propiedad pública DaysOfWeek Gets or sets the days of the week (DaysOfWeekSelector object) on which a scheduled report runs.
Propiedad pública WeeksInterval Gets or sets the intervals at which a scheduled report runs. Intervals are measured in weeks.
Propiedad pública WeeksIntervalSpecified Gets or sets a value that indicates whether the WeeksInterval property is specified.

Arriba

Métodos

  Nombre Descripción
Método público Equals (Se hereda de Object.)
Método protegido Finalize (Se hereda de Object.)
Método público GetHashCode (Se hereda de Object.)
Método público GetType (Se hereda de Object.)
Método protegido MemberwiseClone (Se hereda de Object.)
Método público ToString (Se hereda de Object.)

Arriba

Comentarios

Use the WeeklyRecurrence class together with the Item property to specify a recurrence pattern in minutes.

Seguridad para subprocesos

Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.

Vea también

Referencia

Espacio de nombres ReportService2006