MonthlyRecurrence Classe

Definizione

Rappresenta i giorni del mese in cui viene eseguito un report pianificato.

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
Ereditarietà
MonthlyRecurrence
Attributi

Commenti

Utilizzare la MonthlyRecurrence classe insieme alla Item proprietà della ScheduleDefinition classe per indicare un modello di ricorrenza mensile in una pianificazione.

Costruttori

MonthlyRecurrence()

Inizializza una nuova istanza della classe MonthlyRecurrence.

Proprietà

Days

Ottiene o imposta i giorni del mese in cui viene eseguito un report pianificato.

MonthsOfYear

Ottiene o imposta i mesi dell'anno in cui viene eseguito un report pianificato.

Si applica a