ReportDesign.getTarget 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.
Returns the print medium target for the report.
public:
virtual Dynamics::AX::Application::PrintMedium getTarget();
public virtual Dynamics.AX.Application.PrintMedium getTarget ();
abstract member getTarget : unit -> Dynamics.AX.Application.PrintMedium
override this.getTarget : unit -> Dynamics.AX.Application.PrintMedium
Public Overridable Function getTarget () As PrintMedium
Returns
The target for the report.