Compartir a través de


Clase MonthlyDOWRecurrence

Represents the dates on which a scheduled report runs, typically by month, week, and day of the week.

Jerarquía de herencia

System.Object
  ReportService2010.RecurrencePattern
    ReportService2010.MonthlyDOWRecurrence

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

Sintaxis

'Declaración
<SerializableAttribute> _
Public Class MonthlyDOWRecurrence _
    Inherits RecurrencePattern
'Uso
Dim instance As MonthlyDOWRecurrence
[SerializableAttribute]
public class MonthlyDOWRecurrence : RecurrencePattern
[SerializableAttribute]
public ref class MonthlyDOWRecurrence : public RecurrencePattern
[<SerializableAttribute>]
type MonthlyDOWRecurrence =  
    class 
        inherit RecurrencePattern 
    end
public class MonthlyDOWRecurrence extends RecurrencePattern

El tipo MonthlyDOWRecurrence expone los siguientes miembros.

Constructores

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

Arriba

Propiedades

  Nombre Descripción
Propiedad pública DaysOfWeek Gets or sets the days of the week on which a scheduled report runs.
Propiedad pública MonthsOfYear Gets or sets the months of the year in which a scheduled report runs.
Propiedad pública WhichWeek Gets or sets the week of the month in which a scheduled report runs.
Propiedad pública WhichWeekSpecified Gets or sets a value that indicates whether the WhichWeek 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

The MonthlyDOWRecurrence pattern is not supported in SharePoint integrated mode.

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 ReportService2010