SrsReportRunController.postReportRunPackedExecutionInfo Method [AX 2012]

Calls postReportRun method based on the packed execution information.

protected void postReportRunPackedExecutionInfo(container _packedExecutionInfo)

Run On

Called

Parameters

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

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.

Community Additions

ADD
Show: