Share via


SrsClientServerAdapterController::getCacheKey Method [AX 2012]

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

  • _reportRunId
    Type: guid
    A unique ID for the report run instance.

Return Value

Type: str
A cache key in the format ReportName_SessionId_ReportRunId.

See Also

Reference

SrsClientServerAdapterController Class