Share via


TaxReportDomesticExport_IT.refereshCallerDataSource Method [AX 2012]

Refreshes the parent datasource of the caller form.

Syntax

Note

The syntax of this method varies based on the version of Microsoft Dynamics AX that you are using.

  Microsoft Dynamics AX 2012 R3
          public void refereshCallerDataSource(Args _args)

  Microsoft Dynamics AX 2012 R2 (SYS)
          private void refereshCallerDataSource(Args _args)

Run On

Called

Parameters

  • _args
    Type: Args Class
    The arguments object that holds the reference to the caller form.

See Also

Reference

TaxReportDomesticExport_IT Class