Classe WeeklyRecurrence
Represents the number of weeks and the days of the week on which a scheduled report runs.
Gerarchia di ereditarietà
System.Object
ReportService2005.RecurrencePattern
ReportService2005.WeeklyRecurrence
Spazio dei nomi ReportService2005
Assembly: ReportService2005 (in ReportService2005.dll)
Sintassi
'Dichiarazione
Public Class WeeklyRecurrence _
Inherits RecurrencePattern
'Utilizzo
Dim instance As WeeklyRecurrence
public class WeeklyRecurrence : RecurrencePattern
public ref class WeeklyRecurrence : public RecurrencePattern
type WeeklyRecurrence =
class
inherit RecurrencePattern
end
public class WeeklyRecurrence extends RecurrencePattern
Nel tipo WeeklyRecurrence sono esposti i membri seguenti.
Costruttori
Nome | Descrizione | |
---|---|---|
WeeklyRecurrence | Initializes a new instance of the WeeklyRecurrence class. |
In alto
Proprietà
Nome | Descrizione | |
---|---|---|
DaysOfWeek | The days of the week (DaysOfWeekSelector object) on which a scheduled report runs. | |
WeeksInterval | The intervals at which a scheduled report runs. Intervals are measured in weeks. | |
WeeksIntervalSpecified | Indicates whether the WeeksInterval value is specified. |
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 WeeklyRecurrence class 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.