MonthlyRecurrence Classe

Definição

Representa os dias do mês em que um relatório agendado é exibido.

public ref class MonthlyRecurrence : 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 MonthlyRecurrence : 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 MonthlyRecurrence = class
    inherit RecurrencePattern
Public Class MonthlyRecurrence
Inherits RecurrencePattern
Herança
MonthlyRecurrence
Atributos

Comentários

Use a MonthlyRecurrence classe junto com a Item propriedade da ScheduleDefinition classe para indicar um padrão mensal de recorrência em um cronograma.

Construtores

Nome Description
MonthlyRecurrence()

Inicializa uma nova instância da classe MonthlyRecurrence.

Propriedades

Nome Description
Days

Obtém ou definem os dias do mês em que um relatório agendado é exibido.

MonthsOfYear

Obtém ou definem os meses do ano em que um relatório agendado é publicado.

Aplica-se a