Skip to content

Latest commit

 

History

History
35 lines (32 loc) · 2.39 KB

File metadata and controls

35 lines (32 loc) · 2.39 KB
title Rendering and execution methods
description In Reporting Services, you can use these methods to manage item execution and caching, and report rendering.
ms.date 09/25/2024
ms.service reporting-services
ms.subservice report-server-web-service
ms.topic reference
ms.custom
updatefrequency5
helpviewer_keywords
rendered reports [Reporting Services]
reports [Reporting Services], execution options
methods [Reporting Services], execution options
methods [Reporting Services], rendering

Rendering and execution methods

You can use these methods to manage item execution and caching, and report rendering.

Method Action
xref:ReportService2010.ReportingService2010.FlushCache%2A Invalidates the cache for an item.
xref:ReportService2010.ReportingService2010.GetCacheOptions%2A Returns the cache configuration for an item and the settings that describe when the cached copy of the item expires.
xref:ReportService2010.ReportingService2010.GetExecutionOptions%2A Returns the execution option and associated settings for an individual item.
xref:ReportService2010.ReportingService2010.ListExecutionSettings%2A Returns a list of supported execution settings.
xref:ReportExecution2005.ReportExecutionService.Render%2A Processes the specified report and renders it in a specified format.
xref:ReportService2010.ReportingService2010.SetCacheOptions%2A Configures an item to be cached and provides settings that specify when the cached copy of the item expires.
xref:ReportService2010.ReportingService2010.SetExecutionOptions%2A Sets execution options and associated execution properties for a specified item.
xref:ReportService2010.ReportingService2010.UpdateItemExecutionSnapshot%2A Generates an item execution snapshot for a specified item.

Related content