Share via


TaxReport.getDialogValues Method [AX 2012]

This method has no functionality in TaxReport. It should be overridden in derived classes to retrieve values entered in the dialog box and store them in variables.

Syntax

public void getDialogValues(
    NoYes _updateNow, 
    TaxPeriod _taxPeriod, 
    TaxPeriodDate _fromDate, 
    TransDate _transactionDate)

Run On

Called

Parameters

See Also

Reference

TaxReport Class