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

ASPxReportDesigner.SaveReportLayout Event

Occurs after a command to save the report layout is executed. This is a legacy event. Use the ReportStorageWebExtension service to save and load a report instead of this event.

Namespace: DevExpress.XtraReports.Web

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

NuGet Package: DevExpress.Web.Reporting

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