DailyRecurrence.DaysInterval 속성

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

네임스페이스:  ReportService2006
어셈블리:  ReportService2006(ReportService2006.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 클래스

ReportService2006 네임스페이스