Schedule the Api object's active report to run every month with a relative recurrence period (e.g. "on the third Wednesday of the month" or "on the last day of the month")
Overload List
Overload | Description |
CreateMonthlyScheduleByDescriptionDay(String,Int32,WeekOfMonthType,DayOfWeekType,DateTime,Nullable<TimeSpan>,SchedulerEmailInfo) | Schedule the Api object's active report to run every month with a relative recurrence period (e.g. "on the third Wednesday of the month" or "on the last day of the month"). The schedule will repeat indefinitely. |
CreateMonthlyScheduleByDescriptionDay(String,Int32,WeekOfMonthType,DayOfWeekType,DateTime,Int32,Nullable<TimeSpan>,SchedulerEmailInfo) | Schedule the Api object's active report to run every month with a relative recurrence period (e.g. "on the third Wednesday of the month" or "on the last day of the month"), ending after a finite number of executions. |
CreateMonthlyScheduleByDescriptionDay(String,Int32,WeekOfMonthType,DayOfWeekType,DateTime,Nullable<DateTime>,Nullable<TimeSpan>,SchedulerEmailInfo) | Schedule the Api object's active report to run every month with a relative recurrence period (e.g. "on the third Wednesday of the month" or "on the last day of the month"), ending after a certain date. |