DailyRecurrence.DaysInterval 属性

The intervals at which a scheduled report runs. Intervals are specified in days.

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

语法

声明
Public Property DaysInterval As Integer 
    Get 
    Set
用法
Dim instance As DailyRecurrence 
Dim value As Integer 

value = instance.DaysInterval

instance.DaysInterval = value
public int DaysInterval { get; set; }
public:
property int DaysInterval {
    int get ();
    void set (int value);
}
member DaysInterval : int with get, set
function get DaysInterval () : int 
function set DaysInterval (value : int)

属性值

类型:System.Int32
An Integer that contains the intervals at which a scheduled report runs. Intervals are specified in days.

请参阅

参考

DailyRecurrence 类

ReportService2010 命名空间