Condividi tramite


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

In alto

Proprietà

  Nome Descrizione
Proprietà pubblica April Indicates whether a scheduled report runs in April.
Proprietà pubblica August Indicates whether a scheduled report runs in August.
Proprietà pubblica December Indicates whether a scheduled report runs in December.
Proprietà pubblica February Indicates whether a scheduled report runs in February.
Proprietà pubblica January Indicates whether a scheduled report runs in January.
Proprietà pubblica July Indicates whether a scheduled report runs in July.
Proprietà pubblica June Indicates whether a scheduled report runs in June.
Proprietà pubblica March Indicates whether a scheduled report runs in March.
Proprietà pubblica May Indicates whether a scheduled report runs in May.
Proprietà pubblica November Indicates whether a scheduled report runs in November.
Proprietà pubblica October Indicates whether a scheduled report runs in October.
Proprietà pubblica September Indicates whether a scheduled report runs in September.

In alto

Metodi

  Nome Descrizione
Metodo pubblico Equals Ereditato da Object.
Metodo protetto Finalize Ereditato da Object.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetType Ereditato da Object.
Metodo protetto MemberwiseClone Ereditato da Object.
Metodo pubblico 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.

Vedere anche

Riferimento