Compartir a través de


Clase MonthsOfYearSelector

Represents the months of the year in which a scheduled report runs.

Jerarquía de herencia

System.Object
  ReportService2006.MonthsOfYearSelector

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

Sintaxis

'Declaración
Public Class MonthsOfYearSelector
'Uso
Dim instance As MonthsOfYearSelector
public class MonthsOfYearSelector
public ref class MonthsOfYearSelector
type MonthsOfYearSelector =  class end
public class MonthsOfYearSelector

El tipo MonthsOfYearSelector expone los siguientes miembros.

Constructores

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

Arriba

Propiedades

  Nombre Descripción
Propiedad pública April Gets or sets a value that indicates whether a scheduled report runs in April.
Propiedad pública August Gets or sets a value that indicates whether a scheduled report runs in August.
Propiedad pública December Gets or sets a value that indicates whether a scheduled report runs in December.
Propiedad pública February Gets or sets a value that indicates whether a scheduled report runs in February.
Propiedad pública January Gets or sets a value that indicates whether a scheduled report runs in January.
Propiedad pública July Gets or sets a value that indicates whether a scheduled report runs in July.
Propiedad pública June Gets or sets a value that indicates whether a scheduled report runs in June.
Propiedad pública March Gets or sets a value that indicates whether a scheduled report runs in March.
Propiedad pública May Gets or sets a value that indicates whether a scheduled report runs in May.
Propiedad pública November Gets or sets a value that indicates whether a scheduled report runs in November.
Propiedad pública October Gets or sets a value that indicates whether a scheduled report runs in October.
Propiedad pública September Gets or sets a value that indicates whether a scheduled report runs in September.

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 MonthsOfYearSelector class together with the MonthsOfYear property of the MonthlyDOWRecurrence class or the MonthsOfYear property of the MonthlyRecurrence class to indicate the months in which a scheduled report runs.

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