Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents the months of the year in which a scheduled report runs.
Inheritance Hierarchy
System.Object
ReportService2005.MonthsOfYearSelector
Namespace: ReportService2005
Assembly: ReportService2005 (in ReportService2005.dll)
Syntax
'Declaration
Public Class MonthsOfYearSelector
'Usage
Dim instance As MonthsOfYearSelector
public class MonthsOfYearSelector
public ref class MonthsOfYearSelector
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 | Indicates whether a scheduled report runs in April. |
![]() |
August | Indicates whether a scheduled report runs in August. |
![]() |
December | Indicates whether a scheduled report runs in December. |
![]() |
February | Indicates whether a scheduled report runs in February. |
![]() |
January | Indicates whether a scheduled report runs in January. |
![]() |
July | Indicates whether a scheduled report runs in July. |
![]() |
June | Indicates whether a scheduled report runs in June. |
![]() |
March | Indicates whether a scheduled report runs in March. |
![]() |
May | Indicates whether a scheduled report runs in May. |
![]() |
November | Indicates whether a scheduled report runs in November. |
![]() |
October | Indicates whether a scheduled report runs in October. |
![]() |
September | 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 with the MonthsOfYear property of the MonthlyDOWRecurrence and MonthlyRecurrence classes 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.