Skip to main content
All docs
V18.2

ASPxClientReportDesignerCustomizeSaveAsDialogEventArgs.Popup Property

Provides access to the Save Report dialog.

Namespace: DevExpress.XtraReports.Web.Scripts

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

Declaration

public ASPxDesignerSaveAsDialog Popup { get; }

Property Value

Type Description
ASPxDesignerSaveAsDialog

An object that specifies the Save Report dialog.

See Also