Proprietà DailyRecurrence.DaysInterval

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

Spazio dei nomi  ReportService2005
Assembly:  ReportService2005 (in ReportService2005.dll)

Sintassi

'Dichiarazione
Public Property DaysInterval As Integer 
    Get 
    Set
'Utilizzo
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)

Valore proprietà

Tipo: System.Int32
An Integercontaining the interval at which a scheduled report runs. Intervals are specified in days.

Vedere anche

Riferimento

DailyRecurrence Classe

Spazio dei nomi ReportService2005