DaysOfWeekSelector Class

Definition

Represents the days of the week on which a scheduled report runs.

public ref class DaysOfWeekSelector
[System.CodeDom.Compiler.GeneratedCode("wsdl", "2.0.50727.3038")]
[System.ComponentModel.DesignerCategory("code")]
[System.Diagnostics.DebuggerStepThrough]
[System.Xml.Serialization.XmlType(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")]
[System.Serializable]
public class DaysOfWeekSelector
[<System.CodeDom.Compiler.GeneratedCode("wsdl", "2.0.50727.3038")>]
[<System.ComponentModel.DesignerCategory("code")>]
[<System.Diagnostics.DebuggerStepThrough>]
[<System.Xml.Serialization.XmlType(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")>]
[<System.Serializable>]
type DaysOfWeekSelector = class
Public Class DaysOfWeekSelector
Inheritance
DaysOfWeekSelector
Attributes

Remarks

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.

Constructors

DaysOfWeekSelector()

Initializes a new instance of the DaysOfWeekSelector class.

Properties

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.

Applies to