Classe WeeklyRecurrence
Represents the number of weeks and the days of the week on which a scheduled report runs.
Hiérarchie d'héritage
System. . :: . .Object
ReportService2010. . :: . .RecurrencePattern
ReportService2010..::..WeeklyRecurrence
Espace de noms : ReportService2010
Assembly : ReportService2010 (en ReportService2010.dll)
Syntaxe
'Déclaration
<SerializableAttribute> _
Public Class WeeklyRecurrence _
Inherits RecurrencePattern
'Utilisation
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
Le type WeeklyRecurrence expose les membres suivants.
Constructeurs
Nom | Description | |
---|---|---|
WeeklyRecurrence | Initializes a new instance of the WeeklyRecurrence class. |
Haut de la page
Propriétés
Nom | Description | |
---|---|---|
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. |
Haut de la page
Méthodes
Nom | Description | |
---|---|---|
Equals | (hérité de Object.) | |
Finalize | (hérité de Object.) | |
GetHashCode | (hérité de Object.) | |
GetType | (hérité de Object.) | |
MemberwiseClone | (hérité de Object.) | |
ToString | (hérité de Object.) |
Haut de la page
Notes
Use the WeeklyRecurrence class together with the Item property to specify a recurrence pattern in minutes.
Sécurité des threads
Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.