Udostępnij za pośrednictwem


Właściwość DailyRecurrence.DaysInterval

Przedziały, w których uruchamia zaplanowane raportu.Interwały określone są w dni.

Przestrzeń nazw:  ReportService2005
Zestaw:  ReportService2005 (w ReportService2005.dll)

Składnia

'Deklaracja
Public Property DaysInterval As Integer
    Get
    Set
'Użycie
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)

Wartość właściwości

Typ: System.Int32
An Integercontaining the interval at which a scheduled report runs.Interwały określone są w dni.