Compartir a través de


WeeklyRecurrence Clase

Represents the number of weeks and the days of the week on which a scheduled report runs.

Espacio de nombres:  ReportService2006
Ensamblado:  ReportService2006 (en ReportService2006.dll)

Sintaxis

'Declaración
<SerializableAttribute> _
Public Class WeeklyRecurrence _
    Inherits RecurrencePattern
'Uso
Dim instance As WeeklyRecurrence
[SerializableAttribute]
public class WeeklyRecurrence : RecurrencePattern
[SerializableAttribute]
public ref class WeeklyRecurrence : public RecurrencePattern
[<SerializableAttribute>]
type WeeklyRecurrence =  
    class
        inherit RecurrencePattern
    end
public class WeeklyRecurrence extends RecurrencePattern

Notas

Use the WeeklyRecurrence class together with the Item property to specify a recurrence pattern in minutes.

Jerarquía de herencia

System. . :: . .Object
  ReportService2006. . :: . .RecurrencePattern
    ReportService2006..::..WeeklyRecurrence

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.