SrsReportRunController.postReportRunPackedExecutionInfo Method [AX 2012]

Calls postReportRun method based on the packed execution information.

Syntax

protected void postReportRunPackedExecutionInfo(container _packedExecutionInfo)

Run On

Called

Parameters

  • _packedExecutionInfo
    Type: container
    The container having the packed report execution information.

Remarks

Method is used for case when the controllers are runnin on cross tier. To reduce RPC calls, we will send it the serialized executionInfo object.

See Also

Reference

SrsReportRunController Class