ReportingService2005.GetCacheOptions Method
SQL Server 2005
Returns the cache configuration for a report and the settings that describe when the cached copy of the report expires.
Namespace: Microsoft.WSSUX.ReportingServicesWebService.RSManagementService2005
Assembly: ReportService2005 (in reportingservice2005.dll)
Assembly: ReportService2005 (in reportingservice2005.dll)
[SoapDocumentMethodAttribute("http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices/GetCacheOptions", RequestNamespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices", ResponseNamespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices", Use=SoapBindingUse.Literal, ParameterStyle=SoapParameterStyle.Wrapped)] [SoapHeaderAttribute("ServerInfoHeaderValue", Direction=SoapHeaderDirection.Out)] public bool GetCacheOptions ( string Report, out ExpirationDefinition Item )
/** @attribute SoapDocumentMethodAttribute("http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices/GetCacheOptions", RequestNamespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices", ResponseNamespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices", Use=SoapBindingUse.Literal, ParameterStyle=SoapParameterStyle.Wrapped) */
/** @attribute SoapHeaderAttribute("ServerInfoHeaderValue", Direction=SoapHeaderDirection.Out) */
public boolean GetCacheOptions (
String Report,
/** @attribute OutAttribute() */ /** @ref */ ExpirationDefinition Item
)
Parameters
- Report
The full path name of the report.
- Item
[out] An ExpirationDefinition object that defines either the time, in minutes, or the schedule upon which the cached copy expires.
Return Value
A value of true if a copy of an executed report is placed in cache; otherwise, a value of false. The default value is false.Use the return value of this method to evaluate whether the report is set to be cached. If the value is false, the method returns a null (or Nothing in Visual Basic) for Item.
Use GetCacheOptions only if the execution option is configured to run on demand. For more information about the cache settings of a report, see Report Caching in Reporting Services. For information about programmatically setting the caching options of a report, see SetCacheOptions method.
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.