Schedule the Api object's active report to run every N number of days.
Overload List
Overload | Description |
CreateEveryNDaySchedule(String,Int32,DateTime,Nullable<TimeSpan>,SchedulerEmailInfo) | Schedule a report to be run every N days beginning on a certain date. The schedule will run at a scheduled time until it is deleted from the system. |
CreateEveryNDaySchedule(String,Int32,DateTime,Int32,Nullable<TimeSpan>,SchedulerEmailInfo) | Schedule the Api object's active report to run every N number of days, ending after a finite number of executions. |
CreateEveryNDaySchedule(String,Int32,DateTime,DateTime,Nullable<TimeSpan>,SchedulerEmailInfo) | Schedule the Api object's active report to run every N number of days, ending after a certain date. |