Skip to main content
All docs
V18.2

ASPxClientReportDesignerDialogEventArgs.Report Property

Specifies the report currently being processed.

Namespace: DevExpress.XtraReports.Web.Scripts

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

Declaration

public object Report { get; }

Property Value

Type Description
Object

An object that specifies the report currently being processed.

See Also