Exago .NET API Documentation
RepeatEvery Property
WebReports.Api.Scheduler Namespace > ReportScheduleInfo Class : RepeatEvery Property
Indicates if this schedule should execute once, or more than once within its recurrence period.
Syntax
public System.bool RepeatEvery {get; set;}

Property Value

True if the schedule should repeat (e.g. repeat every hour) or False if it should only execute once on it's scheduled time.
Remarks
The same as checking the Repeat Every... checkbox on the Recurrence tab of the Schedule Wizard.
See Also

Reference

ReportScheduleInfo Class
ReportScheduleInfo Members