Share via


TaxReportController_IT.initFrom_args Method [AX 2012]

Initializes the required input values when the report is opened from menu item or form.

Syntax

public boolean initFrom_args(Args _args)

Run On

Called

Parameters

  • _args
    Type: Args Class
    Hold the properties of the invoking object.

Return Value

Type: boolean
false if report execution is canceled. true if report execution succeeds.

See Also

Reference

TaxReportController_IT Class