FormDataSource.print Method
Prints the current record.
Syntax
public void print(PrintMedium target)
Run On
Client
Parameters
- target
Type: PrintMedium Enumeration
The print medium to use to print the record.
Remarks
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.