FormDataSource.print Method [AX 2012]

Prints the current record.

public void print(PrintMedium target)

Run On

Client

Parameters

target
Type: PrintMedium Enumeration
The print medium to use to print the record.

The current record is printed by using the system's auto report facilities (the SysTableReport report, which is located in the Reports node).

The print method can be overridden on a form data source. Right-click the Methods node under the data source, point to Override Method, and then click print.

Community Additions

ADD
Show: