Share via


XMLExcelReport_CashDueAnnouncement_RU.initFromArgs Method [AX 2012]

Initializes the class with data from the Args object

Syntax

public void initFromArgs(Args _args)

Run On

Client

Parameters

  • _args
    Type: Args Class
    The data that the class should be initialized with.

Exceptions

Exception Condition
Error

The Args object doesn't have a record set,

–or–

The Args record is not CashDueAnnouncementJournal_RU or LedgerJournalTrans.

See Also

Reference

XMLExcelReport_CashDueAnnouncement_RU Class