ReportRun.control 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.
Retrieves the control that is being executed.
public:
virtual Dynamics::AX::Application::ReportControl ^ control();
public virtual Dynamics.AX.Application.ReportControl control ();
abstract member control : unit -> Dynamics.AX.Application.ReportControl
override this.control : unit -> Dynamics.AX.Application.ReportControl
Public Overridable Function control () As ReportControl
Returns
The control that is being executed.
Remarks
This method is intended for internal use.