Skip to content

Latest commit

 

History

History
41 lines (38 loc) · 3.06 KB

File metadata and controls

41 lines (38 loc) · 3.06 KB
title Scheduling methods
description In Reporting Services, these methods create and manage shared schedules for report execution and delivery, and cache refresh plans used by the report server.
ms.date 09/25/2024
ms.service reporting-services
ms.subservice report-server-web-service
ms.topic reference
ms.custom
updatefrequency5
helpviewer_keywords
schedules [Reporting Services], methods
reports [Reporting Services], scheduling
shared schedules [Reporting Services], methods
methods [Reporting Services], scheduling

Scheduling methods

You can use these methods to create and manage shared schedules for report execution and delivery, and to cache refresh plans utilized by the report server.

Method Action
xref:ReportService2010.ReportingService2010.CreateCacheRefreshPlan%2A Creates a cache refresh plan for an item.
xref:ReportService2010.ReportingService2010.CreateSchedule%2A Creates a new shared schedule.
xref:ReportService2010.ReportingService2010.DeleteCacheRefreshPlan%2A Deletes a cache refresh plan.
xref:ReportService2010.ReportingService2010.DeleteSchedule%2A Deletes a shared schedule based on a specific schedule ID.
xref:ReportService2010.ReportingService2010.GetCacheRefreshPlanProperties%2A Returns the properties of the specified cache refresh plan.
xref:ReportService2010.ReportingService2010.GetScheduleProperties%2A Returns the values of properties of a shared schedule.
xref:ReportService2010.ReportingService2010.ListCacheRefreshPlans%2A Returns a list of the cache refresh plans associated with a catalog item.
xref:ReportService2010.ReportingService2010.ListScheduledItems%2A Returns a list of items that are associated with a shared schedule.
xref:ReportService2010.ReportingService2010.ListSchedules%2A Returns a list of all shared schedules at the report server or the SharePoint site.
xref:ReportService2010.ReportingService2010.ListScheduleStates%2A Returns a list of supported schedule states.
xref:ReportService2010.ReportingService2010.PauseSchedule%2A Pauses the execution of a given schedule.
xref:ReportService2010.ReportingService2010.ResumeSchedule%2A Resumes a shared schedule that is paused.
xref:ReportService2010.ReportingService2010.SetCacheRefreshPlanProperties%2A Sets the properties of a cache refresh plan.
xref:ReportService2010.ReportingService2010.SetScheduleProperties%2A Sets the value of properties of a shared schedule.

Related content