Quantcast
Channel: Microsoft Dynamics AX Forum - Recent Threads
Viewing all articles
Browse latest Browse all 175888

RE: Specify different SSRS report layouts

$
0
0

Hi Andrew,

In this case, the Args object contains a reference to the CustInvoiceJour buffer.

if (_args.dataset() == tableNum(CustInvoiceJour))
{
    custInvoiceJour = _args.record();
}



Viewing all articles
Browse latest Browse all 175888

Trending Articles