Skip to main content
All docs
V18.2

ASPxClientReportDesignerCustomizeOpenDialogEventArgs.Popup Property

Provides access to the Open Report dialog.

Namespace: DevExpress.XtraReports.Web.Scripts

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

Declaration

public ASPxDesignerOpenDialog Popup { get; }

Property Value

Type Description
ASPxDesignerOpenDialog

An object that specifies the Open Report dialog.

See Also