Classe MonthlyRecurrence
Represents the days of the month on which a scheduled report runs.
Espace de noms : ReportService2005
Assembly : ReportService2005 (dans ReportService2005.dll)
Syntaxe
'Déclaration
<SerializableAttribute> _
Public Class MonthlyRecurrence _
Inherits RecurrencePattern
'Utilisation
Dim instance As MonthlyRecurrence
[SerializableAttribute]
public class MonthlyRecurrence : RecurrencePattern
[SerializableAttribute]
public ref class MonthlyRecurrence : public RecurrencePattern
[<SerializableAttribute>]
type MonthlyRecurrence =
class
inherit RecurrencePattern
end
public class MonthlyRecurrence extends RecurrencePattern
Notes
Use the MonthlyRecurrence class with the Item property of the ScheduleDefinition class to indicate a monthly recurrence pattern in a schedule.
Hiérarchie d'héritage
System. . :: . .Object
ReportService2005. . :: . .RecurrencePattern
ReportService2005..::..MonthlyRecurrence
Sécurité des threads
Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Il n'est pas garanti que les membres d'instance soient thread-safe.