Classe MonthsOfYearSelector
Represents the months of the year in which a scheduled report runs.
Hiérarchie d'héritage
System.Object
ReportService2005.MonthsOfYearSelector
Espace de noms : ReportService2005
Assembly : ReportService2005 (en ReportService2005.dll)
Syntaxe
'Déclaration
Public Class MonthsOfYearSelector
'Utilisation
Dim instance As MonthsOfYearSelector
public class MonthsOfYearSelector
public ref class MonthsOfYearSelector
type MonthsOfYearSelector = class end
public class MonthsOfYearSelector
Le type MonthsOfYearSelector expose les membres suivants.
Constructeurs
Nom | Description | |
---|---|---|
![]() |
MonthsOfYearSelector | Initializes a new instance of the MonthsOfYearSelector class. |
Haut de la page
Propriétés
Nom | 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. |
Haut de la page
Méthodes
Nom | Description | |
---|---|---|
![]() |
Equals | (hérité de Object.) |
![]() |
Finalize | (hérité de Object.) |
![]() |
GetHashCode | (hérité de Object.) |
![]() |
GetType | (hérité de Object.) |
![]() |
MemberwiseClone | (hérité de Object.) |
![]() |
ToString | (hérité de Object.) |
Haut de la page
Notes
Use the MonthsOfYearSelector class with the MonthsOfYear property of the MonthlyDOWRecurrence and MonthlyRecurrence classes to indicate the months in which a scheduled report runs.
Sécurité des threads
Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.