Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
The intervals at which a scheduled report runs. Intervals are specified in days.
Namespace: ReportService2006
Assembly: ReportService2006 (in ReportService2006.dll)
Syntax
'Declaration
Public Property DaysInterval As Integer
Get
Set
'Usage
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)
Property Value
Type: System.Int32
An Integer that contains the intervals at which a scheduled report runs. Intervals are specified in days.