Skip to main content
A newer version of this page is available.
All docs
V17.2

ASPxDesignerOpenDialog Class

Provides functionality for the Open Report dialog on the client side of the Web Report Designer.

Namespace: DevExpress.XtraReports.Web.Scripts

Assembly: DevExpress.XtraReports.v17.2.Web.Scripts.dll

Declaration

public class ASPxDesignerOpenDialog :
    ASPxDesignerReportDialogBase

The following members return ASPxDesignerOpenDialog objects:

Remarks

The Open Report dialog appears in the Web Report Designer when opening a report (e.g., when an end-user clicks the Open menu command).

For more information on this class, see its member descriptions.

To learn how to customize the Open Report dialog, use the ASPxClientReportDesigner.CustomizeOpenDialog event.

Inheritance

See Also