MonthlyDOWRecurrence Clase

Definición

Representa las fechas en las que se ejecuta un informe programado, normalmente por mes, semana y día de la semana.

public ref class MonthlyDOWRecurrence : ReportService2010::RecurrencePattern
[System.CodeDom.Compiler.GeneratedCode("wsdl", "2.0.50727.3038")]
[System.ComponentModel.DesignerCategory("code")]
[System.Diagnostics.DebuggerStepThrough]
[System.Xml.Serialization.XmlType(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")]
[System.Serializable]
public class MonthlyDOWRecurrence : ReportService2010.RecurrencePattern
[<System.CodeDom.Compiler.GeneratedCode("wsdl", "2.0.50727.3038")>]
[<System.ComponentModel.DesignerCategory("code")>]
[<System.Diagnostics.DebuggerStepThrough>]
[<System.Xml.Serialization.XmlType(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")>]
[<System.Serializable>]
type MonthlyDOWRecurrence = class
    inherit RecurrencePattern
Public Class MonthlyDOWRecurrence
Inherits RecurrencePattern
Herencia
MonthlyDOWRecurrence
Atributos

Comentarios

El MonthlyDOWRecurrence patrón no se admite en el modo integrado de SharePoint.

Constructores

MonthlyDOWRecurrence()

Inicializa una nueva instancia de la clase MonthlyDOWRecurrence.

Propiedades

DaysOfWeek

Obtiene o establece los días de la semana en que se ejecuta un informe programado.

MonthsOfYear

Obtiene o establece los meses del año en los que se ejecuta un informe programado.

WhichWeek

Obtiene o establece la semana del mes en que se ejecuta un informe programado.

WhichWeekSpecified

Obtiene o establece un valor que indica si se especifica la propiedad WhichWeek.

Se aplica a