DailyRecurrence.DaysInterval Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The intervals at which a scheduled report runs. Intervals are specified in days.
public:
property int DaysInterval { int get(); void set(int value); };
public int DaysInterval { get; set; }
member this.DaysInterval : int with get, set
Public Property DaysInterval As Integer
Property Value
An Integer
that contains the intervals at which a scheduled report runs. Intervals are specified in days.