MonthlyRecurrence.Days 属性

定义

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

public:
 property System::String ^ Days { System::String ^ get(); void set(System::String ^ value); };
public string Days { get; set; }
member this.Days : string with get, set
Public Property Days As String

属性值

一个String值,该值包含计划的报表的运行日期(月中几号)。

适用于