Classe DaysOfWeekSelector
Represents the days of the week on which a scheduled report runs.
Hierarquia de herança
System.Object
ReportService2006.DaysOfWeekSelector
Namespace: ReportService2006
Assembly: ReportService2006 (em ReportService2006.dll)
Sintaxe
'Declaração
Public Class DaysOfWeekSelector
'Uso
Dim instance As DaysOfWeekSelector
public class DaysOfWeekSelector
public ref class DaysOfWeekSelector
type DaysOfWeekSelector = class end
public class DaysOfWeekSelector
O tipo DaysOfWeekSelector expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
DaysOfWeekSelector | Initializes a new instance of the DaysOfWeekSelector class. |
Início
Propriedades
Nome | Descrição | |
---|---|---|
Friday | Gets or sets a value that indicates whether a scheduled report runs on Friday. | |
Monday | Gets or sets a value that indicates whether a scheduled report runs on Monday. | |
Saturday | Gets or sets a value that indicates whether a scheduled report runs on Saturday. | |
Sunday | Gets or sets a value that indicates whether a scheduled report runs on Sunday. | |
Thursday | Gets or sets a value that indicates whether a scheduled report runs on Thursday. | |
Tuesday | Gets or sets a value that indicates whether a scheduled report runs on Tuesday. | |
Wednesday | Gets or sets a value that indicates whether a scheduled report runs on Wednesday. |
Início
Métodos
Nome | Descrição | |
---|---|---|
Equals | (Herdado de Object.) | |
Finalize | (Herdado de Object.) | |
GetHashCode | (Herdado de Object.) | |
GetType | (Herdado de Object.) | |
MemberwiseClone | (Herdado de Object.) | |
ToString | (Herdado de Object.) |
Início
Comentários
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.
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.