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