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 or sets the underlying adapted server controller.
Syntax
client private static SrsReportRunController parmServerController(
SRSCatalogItemName _reportName,
guid _reportRunId,
[SrsReportRunController _serverController])
Run On
Client
Parameters
- _reportName
Type: SRSCatalogItemName Extended Data Type
The report name for the report that is running.
- _reportRunId
Type: guid
A unique ID for the report run instance.
- _serverController
Type: SrsReportRunController Class
The value to set for the SrsReportRunController server 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.