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.1.Web.WebForms.dll
NuGet Package: DevExpress.Web.Reporting
Declaration
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