DaysOfWeekSelector Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the days of the week on which a scheduled report runs.
public ref class DaysOfWeekSelector
public class DaysOfWeekSelector
type DaysOfWeekSelector = class
Public Class DaysOfWeekSelector
- Inheritance
-
DaysOfWeekSelector
Remarks
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.
Constructors
DaysOfWeekSelector() |
Initializes a new instance of the DaysOfWeekSelector class. |
Properties
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. |