FormDataSource.print(PrintMedium) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Prints the current record.
public:
virtual void print(Dynamics::AX::Application::PrintMedium _target);
public virtual void print (Dynamics.AX.Application.PrintMedium _target);
abstract member print : Dynamics.AX.Application.PrintMedium -> unit
override this.print : Dynamics.AX.Application.PrintMedium -> unit
Public Overridable Sub print (_target As PrintMedium)
Parameters
- _target
- PrintMedium
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.