Clase MonthlyRecurrence
Represents the days of the month on which a scheduled report runs.
Jerarquía de herencia
System. . :: . .Object
ReportService2006. . :: . .RecurrencePattern
ReportService2006..::..MonthlyRecurrence
Espacio de nombres: ReportService2006
Ensamblado: ReportService2006 (en ReportService2006.dll)
Sintaxis
'Declaración
<SerializableAttribute> _
Public Class MonthlyRecurrence _
Inherits RecurrencePattern
'Uso
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
El tipo MonthlyRecurrence expone los siguientes miembros.
Constructores
Nombre | Descripción | |
---|---|---|
MonthlyRecurrence | Initializes a new instance of the MonthlyRecurrence class. |
Arriba
Propiedades
Nombre | Descripción | |
---|---|---|
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. |
Arriba
Métodos
Nombre | Descripción | |
---|---|---|
Equals | (Se hereda de Object.) | |
Finalize | (Se hereda de Object.) | |
GetHashCode | (Se hereda de Object.) | |
GetType | (Se hereda de Object.) | |
MemberwiseClone | (Se hereda de Object.) | |
ToString | (Se hereda de Object.) |
Arriba
Comentarios
Use the MonthlyRecurrence class together with the Item property of the ScheduleDefinition class to indicate a monthly recurrence pattern in a schedule.
Seguridad para subprocesos
Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.