MonthlyRecurrence.MonthsOfYear 属性

Gets or sets the months of the year in which a scheduled report runs.

命名空间:  ReportService2010
程序集:  ReportService2010(在 ReportService2010.dll 中)

语法

声明
Public Property MonthsOfYear As MonthsOfYearSelector 
    Get 
    Set
用法
Dim instance As MonthlyRecurrence 
Dim value As MonthsOfYearSelector 

value = instance.MonthsOfYear

instance.MonthsOfYear = value
public MonthsOfYearSelector MonthsOfYear { get; set; }
public:
property MonthsOfYearSelector^ MonthsOfYear {
    MonthsOfYearSelector^ get ();
    void set (MonthsOfYearSelector^ value);
}
member MonthsOfYear : MonthsOfYearSelector with get, set
function get MonthsOfYear () : MonthsOfYearSelector 
function set MonthsOfYear (value : MonthsOfYearSelector)

属性值

类型:ReportService2010.MonthsOfYearSelector
A MonthsOfYearSelector object.

请参阅

参考

MonthlyRecurrence 类

ReportService2010 命名空间