SSRS Scheduler

From Wiki
Revision as of 04:45, 21 October 2012 by Admin (Talk | contribs) (Created page with "ASPX page that would call SSRS APIs and create the schedule APIs related to Schedules: * CreateSchedule [http://msdn.microsoft.com/en-us/library/aa257966(v=SQL.80).aspx] * S...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

ASPX page that would call SSRS APIs and create the schedule

APIs related to Schedules:

  • CreateSchedule [1]
  • SetScheduleProperties [2]
  • DeleteSchedule [3]
  • GetScheduleProperties [4]
  • ListSchedules [5]

APIs related to Subscriptions:

  • CreateSubscription: [6]
  • SetSubscriptionProperties [7]
  • DeleteSubscription [8]
  • GetSubscriptionProperties [9]