Classe DaysOfWeekSelector
Represents the days of the week on which a scheduled report runs.
Gerarchia di ereditarietà
System. . :: . .Object
ReportService2006..::..DaysOfWeekSelector
Spazio dei nomi ReportService2006
Assembly: ReportService2006 (in ReportService2006.dll)
Sintassi
'Dichiarazione
<SerializableAttribute> _
Public Class DaysOfWeekSelector
'Utilizzo
Dim instance As DaysOfWeekSelector
[SerializableAttribute]
public class DaysOfWeekSelector
[SerializableAttribute]
public ref class DaysOfWeekSelector
[<SerializableAttribute>]
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 | 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 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 together with 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.