Share via


SrsClientServerAdapterController::runReportOnClient Method [AX 2012]

Runs the report on the client.

Syntax

client public static void runReportOnClient(
    container _packedController, 
    container _packedReportContract, 
    SrsReportRunController _serverController, 
   [boolean _printMgmtExecution, 
    SrsClientServerAdapterController _adapterController])

Run On

Client

Parameters

  • _packedController
    Type: container
    A container that contains the packed value of the underlying server controller.
  • _packedReportContract
    Type: container
    A container that contains the packed value of the SrsReportDataContract instance.
  • _printMgmtExecution
    Type: boolean
    A flag that indicates whether this code is running in the context of print management.
  • _adapterController
    Type: SrsClientServerAdapterController Class
    An instance of the SrsClientServerAdapterController class to use. The default value is a SrsClientServerAdapterController object.

Remarks

This method is called from the framework controller that is running on the server. Calling this method makes sure that the controller that is running on the server can print the reports to the screen on the client without incurring a RPC performance penalty.

See Also

Reference

SrsClientServerAdapterController Class