OXMLExcelReport_RPay.processInExcel Method [AX 2012]

Processes specified file using printManagement or printJobSettings

Syntax

protected void processInExcel(Filename _filename)

Run On

Called

Parameters

Remarks

There are several ways of processing, depending on printMedium and printFormat If print medium is screen, file opened as template, and then deleted. If user tries to close the file, he will be prompted whether he really wants to save it and for file location If print medium is printer file sent to printer with parameters specified at print settings If print medium is file file saved to specified location with it's original name.

Depending on printFormat its saved as PDF, CSV, HTML, Unicode, or remains in excel.

RTF format should be specified, if one wants file just to be saved as excel

See Also

Reference

OXMLExcelReport_RPay Class