MonthlyRecurrence 类

定义

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

public ref class MonthlyRecurrence : ReportService2005::RecurrencePattern
public class MonthlyRecurrence : ReportService2005.RecurrencePattern
type MonthlyRecurrence = class
    inherit RecurrencePattern
Public Class MonthlyRecurrence
Inherits RecurrencePattern
继承
MonthlyRecurrence

注解

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

构造函数

MonthlyRecurrence()

初始化 MonthlyRecurrence 类的新实例。

属性

Days

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

MonthsOfYear

获取或设置计划的报表运行的月份(MonthsOfYearSelector 对象)。

适用于