ReportRun.createProgressForm 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.
Creates the form that contains progress information.
public:
virtual Dynamics::AX::Application::xFormRun ^ createProgressForm();
public virtual Dynamics.AX.Application.xFormRun createProgressForm ();
abstract member createProgressForm : unit -> Dynamics.AX.Application.xFormRun
override this.createProgressForm : unit -> Dynamics.AX.Application.xFormRun
Public Overridable Function createProgressForm () As xFormRun
Returns
The form to use to display the progress information.
Remarks
You can overload this method. The method is called when the first page is created. The default implementation will open the SysPrintProgress form. If you implement your own progress form, you must implement the setNames and setPagePercent methods because these methods are called within the kernel. This form is shown when the pages are created, not when the pages are printed.