Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the key that is used for caching based on the parameters.
Syntax
client server public static str getCacheKey(SRSCatalogItemName _reportName, guid _reportRunId)
Run On
Called
Parameters
- _reportName
Type: SRSCatalogItemName Extended Data Type
The report name that is used by Microsoft SQL Server Reporting Services.
- _reportRunId
Type: guid
A unique ID for the report run instance.
Return Value
Type: str
A cache key in the format ReportName_SessionId_ReportRunId.