Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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.v24.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.

#Remarks

Note

THe SaveReportLayout event does not occur if the ReportStorageWebExtension service is registered in the application.

See Also