ProdCalcTransVarianceController::runReport Method [AX 2012]

Executes the ProdCalcTransVariance SSRS report with the specified arguments and controller.

client server public static void runReport(Args _args, [ProdCalcTransVarianceController _controller])

Run On

Called

Parameters

_args
Type: Args Class
The arguments for the controller.
_controller
Type: ProdCalcTransVarianceController Class
The execution class that performs the report operations

ExceptionCondition
Error

Throws if the record in the arguments is not of the ProdCalcTrans table.

Show: