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 | |
---|---|---|
WeeklyRecurrence | Initializes a new instance of the WeeklyRecurrence class. |
In alto
Proprietà
Nome | Descrizione | |
---|---|---|
DaysOfWeek | Gets or sets the days of the week (DaysOfWeekSelector object) on which a scheduled report runs. | |
WeeksInterval | Gets or sets the intervals at which a scheduled report runs. Intervals are measured in weeks. | |
WeeksIntervalSpecified | Gets or sets a value that indicates whether the WeeksInterval property 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 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.