Compartir a través de


Clase MonthlyRecurrence

Represents the days of the month on which a scheduled report runs.

Jerarquía de herencia

System.Object
  ReportService2006.RecurrencePattern
    ReportService2006.MonthlyRecurrence

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

Sintaxis

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

El tipo MonthlyRecurrence expone los siguientes miembros.

Constructores

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

Arriba

Propiedades

  Nombre Descripción
Propiedad pública Days Gets or sets the days of the month on which a scheduled report runs.
Propiedad pública MonthsOfYear Gets or sets the months of the year (MonthsOfYearSelector object) in which a scheduled report runs.

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 MonthlyRecurrence class together with the Item property of the ScheduleDefinition class to indicate a monthly recurrence pattern in a schedule.

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