Share via


MonthsOfYearSelector Class

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
Public method MonthsOfYearSelector Initializes a new instance of the MonthsOfYearSelector class.

Top

Properties

  Name Description
Public property April Indicates whether a scheduled report runs in April.
Public property August Indicates whether a scheduled report runs in August.
Public property December Indicates whether a scheduled report runs in December.
Public property February Indicates whether a scheduled report runs in February.
Public property January Indicates whether a scheduled report runs in January.
Public property July Indicates whether a scheduled report runs in July.
Public property June Indicates whether a scheduled report runs in June.
Public property March Indicates whether a scheduled report runs in March.
Public property May Indicates whether a scheduled report runs in May.
Public property November Indicates whether a scheduled report runs in November.
Public property October Indicates whether a scheduled report runs in October.
Public property September Indicates whether a scheduled report runs in September.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method 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.

See Also

Reference

ReportService2005 Namespace