Classe DaysOfWeekSelector
Represents the days of the week on which a scheduled report runs.
Gerarchia di ereditarietà
System.Object
ReportService2005.DaysOfWeekSelector
Spazio dei nomi ReportService2005
Assembly: ReportService2005 (in ReportService2005.dll)
Sintassi
'Dichiarazione
Public Class DaysOfWeekSelector
'Utilizzo
Dim instance As DaysOfWeekSelector
public class DaysOfWeekSelector
public ref class DaysOfWeekSelector
type DaysOfWeekSelector = class end
public class DaysOfWeekSelector
Nel tipo DaysOfWeekSelector sono esposti i membri seguenti.
Costruttori
Nome | Descrizione | |
---|---|---|
DaysOfWeekSelector | Initializes a new instance of the DaysOfWeekSelector class. |
In alto
Proprietà
Nome | Descrizione | |
---|---|---|
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 alto
Metodi
Nome | Descrizione | |
---|---|---|
Equals | Ereditato da Object. | |
Finalize | Ereditato da Object. | |
GetHashCode | Ereditato da Object. | |
GetType | Ereditato da Object. | |
MemberwiseClone | Ereditato da Object. | |
ToString | Ereditato da Object. |
In alto
Osservazioni
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.
Protezione dei thread
I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.