Classe DaysOfWeekSelector
Represents the days of the week on which a scheduled report runs.
Hierarquia de herança
System.Object
ReportService2005.DaysOfWeekSelector
Namespace: ReportService2005
Assembly: ReportService2005 (em ReportService2005.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 | Indicates whether a scheduled report runs on Friday. | |
Monday | Indicates whether a scheduled report runs on Monday. | |
Saturday | Indicates whether a scheduled report runs on Saturday. | |
Sunday | Indicates whether a scheduled report runs on Sunday. | |
Thursday | Indicates whether a scheduled report runs on Thursday. | |
Tuesday | Indicates whether a scheduled report runs on Tuesday. | |
Wednesday | 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 with the DaysOfWeek property of the MonthlyDOWRecurrence class and 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.