MonthsOfYearSelector Class

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

Inheritance Hierarchy

System.Object
  ReportService2010.MonthsOfYearSelector

Namespace:  ReportService2010
Assembly:  ReportService2010 (in ReportService2010.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
Public method MonthsOfYearSelector Initializes a new instance of the MonthsOfYearSelector class.

Top

Properties

  Name Description
Public property April Gets or sets a value that indicates whether a scheduled report runs in April.
Public property August Gets or sets a value that indicates whether a scheduled report runs in August.
Public property December Gets or sets a value that indicates whether a scheduled report runs in December.
Public property February Gets or sets a value that indicates whether a scheduled report runs in February.
Public property January Gets or sets a value that indicates whether a scheduled report runs in January.
Public property July Gets or sets a value that indicates whether a scheduled report runs in July.
Public property June Gets or sets a value that indicates whether a scheduled report runs in June.
Public property March Gets or sets a value that indicates whether a scheduled report runs in March.
Public property May Gets or sets a value that indicates whether a scheduled report runs in May.
Public property November Gets or sets a value that indicates whether a scheduled report runs in November.
Public property October Gets or sets a value that indicates whether a scheduled report runs in October.
Public property September Gets or sets a value that 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 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.

See Also

Reference

ReportService2010 Namespace