Share via


TaxReconciliationReportDP.design Method [AX 2012]

Assigns which design is to be shown for the report.

Syntax

private void design()

Run On

Server

Remarks

The corresponding design is executed depending on the selection of parameters by the user:

  1. Design one is executed if the print sales tax code and sort order sales tax code parameters are selected.

  2. Design two is executed if the print sales tax code, print totals per tax code, and show transactions without VAT parameters are not selected.

  3. Design three is executed if the print sales tax code is selected and if the print totals per tax code and sort order sales tax code parameters are not selected.

  4. Design four is executed if print sales tax code and print totals per tax code parameters are not selected and show transactions without VAT parameter is selected.

  5. Design five is executed if either print sales tax code is selected and if sort order sales tax code parameter is not selected, but print totals per tax code is selected or print sales tax code is not selected and if print totals per tax code parameter is selected.

See Also

Reference

TaxReconciliationReportDP Class