Skip to main content
A newer version of this page is available. .

ASPxReportDesigner.SaveReportLayout Event

Occurs when executing a command to save the report layout.

Namespace: DevExpress.XtraReports.Web

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

Declaration

public event SaveReportLayoutEventHandler SaveReportLayout

Event Data

The SaveReportLayout event's data class is SaveReportLayoutEventArgs. The following properties provide information specific to this event:

Property Description
Parameters Provides access to the event arguments.
ReportLayout Provides access to the report layout bytes.
See Also