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

SaveReportLayoutEventHandler Delegate

A method that will handle the ASPxReportDesigner.SaveReportLayout event.

Namespace: DevExpress.XtraReports.Web

Assembly: DevExpress.XtraReports.v20.2.Web.dll

NuGet Package: DevExpress.Web.Reporting.Common

Declaration

public delegate void SaveReportLayoutEventHandler(
    object sender,
    SaveReportLayoutEventArgs e
);

Parameters

Name Type Description
sender Object

A Object that is the event source.

e SaveReportLayoutEventArgs

A SaveReportLayoutEventArgs object, containing the event arguments.

Remarks

SaveReportLayoutEventHandler objects with proper settings are automatically created and passed to the corresponding event handlers.

See Also