MonthlyRecurrence 类

定义

表示计划的报表在月中几号运行。

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
继承
MonthlyRecurrence
属性

注解

MonthlyRecurrence 类与 Item 类的 ScheduleDefinition 属性一起使用,以指示计划中的每月重复模式。

构造函数

MonthlyRecurrence()

初始化 MonthlyRecurrence 类的新实例。

属性

Days

获取或设置计划的报表运行日期是月中几号。

MonthsOfYear

获取或设置报表的计划运行日期是几月份。

适用于