MonthlyDOWRecurrence 类

定义

表示计划的报表运行日期,通常按月、星期以及每周的星期几。

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

构造函数

MonthlyDOWRecurrence()

初始化 MonthlyDOWRecurrence 类的新实例。

属性

DaysOfWeek

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

MonthsOfYear

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

WhichWeek

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

WhichWeekSpecified

指示是否指定了 WhichWeek 属性的值。

适用于