Lenguaje

MonthlyDOWRecurrence Clase

Definición

Representa las fechas en las que se publica 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 es compatible con el modo integrado de SharePoint.

Constructores

Nombre Description
MonthlyDOWRecurrence()

Inicializa una nueva instancia de la clase MonthlyDOWRecurrence.

Propiedades

Nombre Description
DaysOfWeek

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

MonthsOfYear

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

WhichWeek

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

WhichWeekSpecified

Obtiene o fija un valor que indica si la WhichWeek propiedad está especificada.

Se aplica a