Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
You can use these methods to manage item execution and caching, and report rendering.
| Method | Action |
|---|---|
| FlushCache | Invalidates the cache for an item. |
| GetCacheOptions | Returns the cache configuration for an item and the settings that describe when the cached copy of the item expires. |
| GetExecutionOptions | Returns the execution option and associated settings for an individual item. |
| ListExecutionSettings | Returns a list of supported execution settings. |
| Render | Processes the specified report and renders it in a specified format. |
| SetCacheOptions | Configures an item to be cached and provides settings that specify when the cached copy of the item expires. |
| SetExecutionOptions | Sets execution options and associated execution properties for a specified item. |
| UpdateItemExecutionSnapshot | Generates an item execution snapshot for a specified item. |