Свойство 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