Condividi tramite


Classe DaysOfWeekSelector

Represents the days of the week on which a scheduled report runs.

Gerarchia di ereditarietà

System. . :: . .Object
  ReportService2010..::..DaysOfWeekSelector

Spazio dei nomi  ReportService2010
Assembly:  ReportService2010 (in ReportService2010.dll)

Sintassi

'Dichiarazione
<SerializableAttribute> _
Public Class DaysOfWeekSelector
'Utilizzo
Dim instance As DaysOfWeekSelector
[SerializableAttribute]
public class DaysOfWeekSelector
[SerializableAttribute]
public ref class DaysOfWeekSelector
[<SerializableAttribute>]
type DaysOfWeekSelector =  class end
public class DaysOfWeekSelector

Nel tipo DaysOfWeekSelector sono esposti i membri seguenti.

Costruttori

  Nome Descrizione
Metodo pubblico DaysOfWeekSelector Initializes a new instance of the DaysOfWeekSelector class.

In alto

Proprietà

  Nome Descrizione
Proprietà pubblica Friday Gets or sets a value that indicates whether a scheduled report runs on Friday.
Proprietà pubblica Monday Gets or sets a value that indicates whether a scheduled report runs on Monday.
Proprietà pubblica Saturday Gets or sets a value that indicates whether a scheduled report runs on Saturday.
Proprietà pubblica Sunday Gets or sets a value that indicates whether a scheduled report runs on Sunday.
Proprietà pubblica Thursday Gets or sets a value that indicates whether a scheduled report runs on Thursday.
Proprietà pubblica Tuesday Gets or sets a value that indicates whether a scheduled report runs on Tuesday.
Proprietà pubblica Wednesday Gets or sets a value that indicates whether a scheduled report runs on Wednesday.

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 DaysOfWeekSelector class together with the DaysOfWeek property of the WeeklyRecurrence class to indicate the days of the week on 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