DaysOfWeekSelector Class
Represents the days of the week on which a scheduled report runs.
Assembly: ReportService2010 (in ReportService2010.dll)
| Name | Description | |
|---|---|---|
![]() | DaysOfWeekSelector() | Initializes a new instance of the DaysOfWeekSelector class. |
| Name | Description | |
|---|---|---|
![]() | 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. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
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.
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


