Classe MonthlyRecurrence
Represents the days of the month on which a scheduled report runs.
Gerarchia di ereditarietà
System. . :: . .Object
ReportService2006. . :: . .RecurrencePattern
ReportService2006..::..MonthlyRecurrence
Spazio dei nomi ReportService2006
Assembly: ReportService2006 (in ReportService2006.dll)
Sintassi
'Dichiarazione
<SerializableAttribute> _
Public Class MonthlyRecurrence _
Inherits RecurrencePattern
'Utilizzo
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
Nel tipo MonthlyRecurrence sono esposti i membri seguenti.
Costruttori
Nome | Descrizione | |
---|---|---|
MonthlyRecurrence | Initializes a new instance of the MonthlyRecurrence class. |
In alto
Proprietà
Nome | Descrizione | |
---|---|---|
Days | Gets or sets the days of the month on which a scheduled report runs. | |
MonthsOfYear | Gets or sets the months of the year (MonthsOfYearSelector object) in which a scheduled report runs. |
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 MonthlyRecurrence class together with the Item property of the ScheduleDefinition class to indicate a monthly recurrence pattern in a schedule.
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.