Share via


SrsClientServerAdapterController.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 it. This method lets you view multiple copies of the same report under the print management settings. Override this method to detach the form after the report viewer is shown. This lets us show multiple report viewers.

See Also

Reference

SrsClientServerAdapterController Class