MonthsOfYearSelector Class

Definition

Represents the months of the year in which a scheduled report runs.

public ref class MonthsOfYearSelector
[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 MonthsOfYearSelector
[<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 MonthsOfYearSelector = class
Public Class MonthsOfYearSelector
Inheritance
MonthsOfYearSelector
Attributes

Remarks

Use the MonthsOfYearSelector class together with the MonthsOfYear property of the MonthlyDOWRecurrence class or the MonthsOfYear property of the MonthlyRecurrence class to indicate the months in which a scheduled report runs.

Constructors

MonthsOfYearSelector()

Initializes a new instance of the MonthsOfYearSelector class.

Properties

April

Gets or sets a value that indicates whether a scheduled report runs in April.

August

Gets or sets a value that indicates whether a scheduled report runs in August.

December

Gets or sets a value that indicates whether a scheduled report runs in December.

February

Gets or sets a value that indicates whether a scheduled report runs in February.

January

Gets or sets a value that indicates whether a scheduled report runs in January.

July

Gets or sets a value that indicates whether a scheduled report runs in July.

June

Gets or sets a value that indicates whether a scheduled report runs in June.

March

Gets or sets a value that indicates whether a scheduled report runs in March.

May

Gets or sets a value that indicates whether a scheduled report runs in May.

November

Gets or sets a value that indicates whether a scheduled report runs in November.

October

Gets or sets a value that indicates whether a scheduled report runs in October.

September

Gets or sets a value that indicates whether a scheduled report runs in September.

Applies to