Classe MonthsOfYearSelector
Represents the months of the year in which a scheduled report runs.
Gerarchia di ereditarietà
System. . :: . .Object
ReportService2010..::..MonthsOfYearSelector
Spazio dei nomi ReportService2010
Assembly: ReportService2010 (in ReportService2010.dll)
Sintassi
'Dichiarazione
<SerializableAttribute> _
Public Class MonthsOfYearSelector
'Utilizzo
Dim instance As MonthsOfYearSelector
[SerializableAttribute]
public class MonthsOfYearSelector
[SerializableAttribute]
public ref class MonthsOfYearSelector
[<SerializableAttribute>]
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 | Gets or sets a value that indicates whether a scheduled report runs in April. | |
August | Gets or sets a value that indicates whether a scheduled report runs in August. | |
December | Gets or sets a value that indicates whether a scheduled report runs in December. | |
February | Gets or sets a value that indicates whether a scheduled report runs in February. | |
January | Gets or sets a value that indicates whether a scheduled report runs in January. | |
July | Gets or sets a value that indicates whether a scheduled report runs in July. | |
June | Gets or sets a value that indicates whether a scheduled report runs in June. | |
March | Gets or sets a value that indicates whether a scheduled report runs in March. | |
May | Gets or sets a value that indicates whether a scheduled report runs in May. | |
November | Gets or sets a value that indicates whether a scheduled report runs in November. | |
October | Gets or sets a value that indicates whether a scheduled report runs in October. | |
September | Gets or sets a value that 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 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.
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.