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.
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.