Compartir a través de


Clase DaysOfWeekSelector

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

Jerarquía de herencia

System.Object
  ReportService2010.DaysOfWeekSelector

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

Sintaxis

'Declaración
<SerializableAttribute> _
Public Class DaysOfWeekSelector
'Uso
Dim instance As DaysOfWeekSelector
[SerializableAttribute]
public class DaysOfWeekSelector
[SerializableAttribute]
public ref class DaysOfWeekSelector
[<SerializableAttribute>]
type DaysOfWeekSelector =  class end
public class DaysOfWeekSelector

El tipo DaysOfWeekSelector expone los siguientes miembros.

Constructores

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

Arriba

Propiedades

  Nombre Descripción
Propiedad pública Friday Gets or sets a value that indicates whether a scheduled report runs on Friday.
Propiedad pública Monday Gets or sets a value that indicates whether a scheduled report runs on Monday.
Propiedad pública Saturday Gets or sets a value that indicates whether a scheduled report runs on Saturday.
Propiedad pública Sunday Gets or sets a value that indicates whether a scheduled report runs on Sunday.
Propiedad pública Thursday Gets or sets a value that indicates whether a scheduled report runs on Thursday.
Propiedad pública Tuesday Gets or sets a value that indicates whether a scheduled report runs on Tuesday.
Propiedad pública Wednesday Gets or sets a value that indicates whether a scheduled report runs on Wednesday.

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 DaysOfWeekSelector class together with the DaysOfWeek property of the WeeklyRecurrence class to indicate the days of the week on 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 ReportService2010