Skip to main content
All docs
V18.2

ASPxClientReportDesignerCustomizeSaveAsDialogEventArgs(ASPxDesignerSaveAsDialog) Constructor

Initializes a new instance of the ASPxClientReportDesignerCustomizeSaveAsDialogEventArgs class with the specified settings.

Namespace: DevExpress.XtraReports.Web.Scripts

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

Declaration

public ASPxClientReportDesignerCustomizeSaveAsDialogEventArgs(
    ASPxDesignerSaveAsDialog popup
)

Parameters

Name Type Description
popup ASPxDesignerSaveAsDialog

An object that specifies the Save Report dialog.

See Also