Share via


ProdCalcTransVarianceController::runReport Method [AX 2012]

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

Syntax

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

Run On

Called

Parameters

  • _args
    Type: Args Class
    The arguments for the controller.

Exceptions

Exception Condition
Error

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

See Also

Reference

ProdCalcTransVarianceController Class