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

ASPxDesignerSaveAsDialog Class

Provides functionality for the Save 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 ASPxDesignerSaveAsDialog :
    ASPxDesignerReportDialogBase

The following members return ASPxDesignerSaveAsDialog objects:

Remarks

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

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

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

Inheritance

Object
ASPxDesignerReportDialogBase
ASPxDesignerSaveAsDialog
See Also