Share via


SrsPrintMgmtController.dialogShow Method [AX 2012]

Displays the dialog box.

Syntax

protected void dialogShow()

Run On

Called

Remarks

For print management, if the report viewer form is being shown, we do not want to close this.

This will let you view multiple copies of same report under print management settings.

Overriding this method to detach the form after report viewer is shown. This will provide us the ability to show multiple report viewers.

See Also

Reference

SrsPrintMgmtController Class