Share via


SrsReportPrintPreviewRun.dialog Method [AX 2012]

Returns a class that contains the methods that are described by the RunBaseDialogable interface.

Syntax

public Object dialog([DialogRunbase value, boolean forceOnClient])

Run On

Called

Parameters

  • value
    Type: DialogRunbase Class
    An initialized instance of the DialogRunBase class; optional.
  • forceOnClient
    Type: boolean
    A Boolean value that specifies whether the dialog box must be created on the client; optional.

Return Value

Type: Object Class
A class that contains the methods that are described by the RunBaseDialogable interface.

Remarks

A dialog can be built either by using the Dialog class or by using a class that is created in the Microsoft Dynamics AX Application Object Tree (AOT).

See Also

Reference

SrsReportPrintPreviewRun Class