WeeklyRecurrence-Klasse
Represents the number of weeks and the days of the week on which a scheduled report runs.
Vererbungshierarchie
System. . :: . .Object
ReportService2010. . :: . .RecurrencePattern
ReportService2010..::..WeeklyRecurrence
Namespace: ReportService2010
Assembly: ReportService2010 (in ReportService2010.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class WeeklyRecurrence _
Inherits RecurrencePattern
'Usage
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
Der WeeklyRecurrence-Typ macht folgende Elemente verfügbar.
Konstruktoren
Name | Beschreibung | |
---|---|---|
WeeklyRecurrence | Initializes a new instance of the WeeklyRecurrence class. |
Zum Anfang
Eigenschaften
Name | Beschreibung | |
---|---|---|
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. |
Zum Anfang
Methoden
Name | Beschreibung | |
---|---|---|
Equals | (Geerbt von Object.) | |
Finalize | (Geerbt von Object.) | |
GetHashCode | (Geerbt von Object.) | |
GetType | (Geerbt von Object.) | |
MemberwiseClone | (Geerbt von Object.) | |
ToString | (Geerbt von Object.) |
Zum Anfang
Hinweise
Use the WeeklyRecurrence class together with the Item property to specify a recurrence pattern in minutes.
Threadsicherheit
Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.