Share via


SrsClientServerAdapterController::parmServerController Method [AX 2012]

Gets or sets the underlying adapted server controller.

Syntax

client private static SrsReportRunController parmServerController(
    SRSCatalogItemName _reportName, 
    guid _reportRunId, 
   [SrsReportRunController _serverController])

Run On

Client

Parameters

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

Return Value

Type: SrsReportRunController Class
The SrsReportRunController server instance.

Remarks

The adapted server controller is put in the global cache, instead of a local variable. This is to avoid the RPC call that is made to maintain the server object reference count on the client objects that are used for garbage collection.

See Also

Reference

SrsClientServerAdapterController Class