Classe WeeklyRecurrence

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

Gerarchia di ereditarietà

System.Object
  ReportService2010.RecurrencePattern
    ReportService2010.WeeklyRecurrence

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

Sintassi

'Dichiarazione
<SerializableAttribute> _
Public Class WeeklyRecurrence _
    Inherits RecurrencePattern
'Utilizzo
Dim instance As WeeklyRecurrence
[SerializableAttribute]
public class WeeklyRecurrence : RecurrencePattern
[SerializableAttribute]
public ref class WeeklyRecurrence : public RecurrencePattern
[<SerializableAttribute>]
type WeeklyRecurrence =  
    class 
        inherit RecurrencePattern 
    end
public class WeeklyRecurrence extends RecurrencePattern

Nel tipo WeeklyRecurrence sono esposti i membri seguenti.

Costruttori

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

In alto

Proprietà

  Nome Descrizione
Proprietà pubblica DaysOfWeek Gets or sets the days of the week (DaysOfWeekSelector object) on which a scheduled report runs.
Proprietà pubblica WeeksInterval Gets or sets the intervals at which a scheduled report runs. Intervals are measured in weeks.
Proprietà pubblica WeeksIntervalSpecified Gets or sets a value that indicates whether the WeeksInterval property is specified.

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 WeeklyRecurrence class together with the Item property to specify a recurrence pattern in minutes.

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

Spazio dei nomi ReportService2010