Skip to main content
All docs
V18.2

ASPxDesignerSaveDialog Class

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

Namespace: DevExpress.XtraReports.Web.Scripts

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

Declaration

public class ASPxDesignerSaveDialog :
    ASPxDesignerReportDialogBase

The following members return ASPxDesignerSaveDialog objects:

Remarks

The Save dialog appears in the Web Report Designer on an attempt to close a report that has been changed.

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

To learn how to customize the Save dialog, use the ASPxClientReportDesigner.CustomizeSaveDialog event.

Inheritance

See Also