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

ReportDesignerDocument.Saved Event

Occurs when a report displayed in the current designer document has been saved.

Namespace: DevExpress.Xpf.Reports.UserDesigner

Assembly: DevExpress.Xpf.ReportDesigner.v20.2.dll

NuGet Package: DevExpress.Wpf.Reporting

Declaration

public event EventHandler<ReportDesignerDocumentEventArgs> Saved

Event Data

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

Property Description
Document Gets the report document currently being processed.

Remarks

Handle the Saved event to respond to saving a report displayed in the current designer document to a storage.

If the attempt to save a report fails, the ReportDesignerDocument.SaveFailed event is raised.

See Also