MonthsOfYearSelector Class
Represents the months of the year in which a scheduled report runs.
Inheritance Hierarchy
System.Object
ReportService2006.MonthsOfYearSelector
Namespace: ReportService2006
Assembly: ReportService2006 (in ReportService2006.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class MonthsOfYearSelector
'Usage
Dim instance As MonthsOfYearSelector
[SerializableAttribute]
public class MonthsOfYearSelector
[SerializableAttribute]
public ref class MonthsOfYearSelector
[<SerializableAttribute>]
type MonthsOfYearSelector = class end
public class MonthsOfYearSelector
The MonthsOfYearSelector type exposes the following members.
Constructors
Name | Description | |
---|---|---|
MonthsOfYearSelector | Initializes a new instance of the MonthsOfYearSelector class. |
Top
Properties
Name | Description | |
---|---|---|
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. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
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.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.