Classe MonthsOfYearSelector
Represents the months of the year in which a scheduled report runs.
Gerarchia di ereditarietà
System.Object
ReportService2005.MonthsOfYearSelector
Spazio dei nomi ReportService2005
Assembly: ReportService2005 (in ReportService2005.dll)
Sintassi
'Dichiarazione
Public Class MonthsOfYearSelector
'Utilizzo
Dim instance As MonthsOfYearSelector
public class MonthsOfYearSelector
public ref class MonthsOfYearSelector
type MonthsOfYearSelector = class end
public class MonthsOfYearSelector
Nel tipo MonthsOfYearSelector sono esposti i membri seguenti.
Costruttori
Nome | Descrizione | |
---|---|---|
MonthsOfYearSelector | Initializes a new instance of the MonthsOfYearSelector class. |
In alto
Proprietà
Nome | Descrizione | |
---|---|---|
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. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
Equals | Ereditato da Object. | |
Finalize | Ereditato da Object. | |
GetHashCode | Ereditato da Object. | |
GetType | Ereditato da Object. | |
MemberwiseClone | Ereditato da Object. | |
ToString | Ereditato da Object. |
In alto
Osservazioni
Use the MonthsOfYearSelector class with the MonthsOfYear property of the MonthlyDOWRecurrence and MonthlyRecurrence classes to indicate the months in which a scheduled report runs.
Protezione dei thread
I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.