Compartir a través de


MonthlyRecurrence Clase

Represents the days of the month on which a scheduled report runs.

Espacio de nombres:  ReportService2005
Ensamblado:  ReportService2005 (en ReportService2005.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

Notas

Use the MonthlyRecurrence class with the Item property of the ScheduleDefinition class to indicate a monthly recurrence pattern in a schedule.

Jerarquía de herencia

System. . :: . .Object
  ReportService2005. . :: . .RecurrencePattern
    ReportService2005..::..MonthlyRecurrence

Seguridad para subprocesos

Todos los miembros públicos static (Shared en Visual Basic) de este tipo son seguros para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.