Classe DaysOfWeekSelector
Represents the days of the week on which a scheduled report runs.
Hiérarchie d'héritage
System. . :: . .Object
ReportService2005..::..DaysOfWeekSelector
Espace de noms : ReportService2005
Assembly : ReportService2005 (en ReportService2005.dll)
Syntaxe
'Déclaration
<SerializableAttribute> _
Public Class DaysOfWeekSelector
'Utilisation
Dim instance As DaysOfWeekSelector
[SerializableAttribute]
public class DaysOfWeekSelector
[SerializableAttribute]
public ref class DaysOfWeekSelector
[<SerializableAttribute>]
type DaysOfWeekSelector = class end
public class DaysOfWeekSelector
Le type DaysOfWeekSelector expose les membres suivants.
Constructeurs
Nom | Description | |
---|---|---|
DaysOfWeekSelector | Initializes a new instance of the DaysOfWeekSelector class. |
Haut de la page
Propriétés
Nom | Description | |
---|---|---|
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. |
Haut de la page
Méthodes
Nom | Description | |
---|---|---|
Equals | (hérité de Object.) | |
Finalize | (hérité de Object.) | |
GetHashCode | (hérité de Object.) | |
GetType | (hérité de Object.) | |
MemberwiseClone | (hérité de Object.) | |
ToString | (hérité de Object.) |
Haut de la page
Notes
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.
Sécurité des threads
Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.