共用方式為


DailyRecurrence.DaysInterval 屬性

Gets or sets the intervals at which a scheduled report runs. Intervals are specified in days.

命名空間:  ReportService2005
組件:  ReportService2005 (在 ReportService2005.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 Integercontaining the interval at which a scheduled report runs. Intervals are specified in days.

請參閱

參考

DailyRecurrence 類別

ReportService2005 命名空間