Classe MonthlyDOWRecurrence
Represents the dates on which a scheduled report runs, typically by month, week, and day of the week.
Hiérarchie d'héritage
System.Object
ReportService2010.RecurrencePattern
ReportService2010.MonthlyDOWRecurrence
Espace de noms : ReportService2010
Assembly : ReportService2010 (en ReportService2010.dll)
Syntaxe
'Déclaration
<SerializableAttribute> _
Public Class MonthlyDOWRecurrence _
Inherits RecurrencePattern
'Utilisation
Dim instance As MonthlyDOWRecurrence
[SerializableAttribute]
public class MonthlyDOWRecurrence : RecurrencePattern
[SerializableAttribute]
public ref class MonthlyDOWRecurrence : public RecurrencePattern
[<SerializableAttribute>]
type MonthlyDOWRecurrence =
class
inherit RecurrencePattern
end
public class MonthlyDOWRecurrence extends RecurrencePattern
Le type MonthlyDOWRecurrence expose les membres suivants.
Constructeurs
Nom | Description | |
---|---|---|
MonthlyDOWRecurrence | Initializes a new instance of the MonthlyDOWRecurrence class. |
Haut de la page
Propriétés
Nom | Description | |
---|---|---|
DaysOfWeek | Gets or sets the days of the week on which a scheduled report runs. | |
MonthsOfYear | Gets or sets the months of the year in which a scheduled report runs. | |
WhichWeek | Gets or sets the week of the month in which a scheduled report runs. | |
WhichWeekSpecified | Gets or sets a value that indicates whether the WhichWeek 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
The MonthlyDOWRecurrence pattern is not supported in SharePoint integrated mode.
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.