Back to Devexpress

ASPxReportDesigner.SaveReportLayout Event

xtrareports-devexpress-dot-xtrareports-dot-web-dot-aspxreportdesigner-e775ae52.md

latest2.1 KB
Original Source

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.v25.2.Web.WebForms.dll

NuGet Package : DevExpress.Web.Reporting

Declaration

csharp
public event SaveReportLayoutEventHandler SaveReportLayout
vb
Public Event SaveReportLayout As SaveReportLayoutEventHandler

Event Data

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

PropertyDescription
ParametersProvides access to the event arguments.
ReportLayoutProvides 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

Add a Report Storage (ASP.NET Web Forms)

ASPxReportDesigner Class

ASPxReportDesigner Members

DevExpress.XtraReports.Web Namespace