Schedule the Api object's active report to run every N weeks.
Overload List
Overload | Description |
CreateWeeklySchedule(String,Int32,List<DayOfWeek>,DateTime,Nullable<TimeSpan>,SchedulerEmailInfo) | Schedule the Api object's active report to run every N weeks. The schedule will repeat until it is removed from the system. |
CreateWeeklySchedule(String,Int32,List<DayOfWeek>,DateTime,Int32,Nullable<TimeSpan>,SchedulerEmailInfo) | Schedule the Api object's active report to run every N weeks. The schedule will repeat until it has run a finite number of times. |
CreateWeeklySchedule(String,Int32,List<DayOfWeek>,DateTime,Nullable<DateTime>,Nullable<TimeSpan>,SchedulerEmailInfo) | Schedule the Api object's active report to run every N weeks. The schedule will repeat until it a certain date. |