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

ReportDesignerDocument Events

A single document in the End-User Report Designer.
Name Description
CanSaveChanged Occurs when the value of the ReportDesignerDocument.CanSave property is changed.
Closed Occurs after a report document has been closed.
Closing Occurs when a report document is about to be closed.
Loaded Occurs when a report has been loaded to the designer document.
LoadFailed Occurs when the attempt to load a report to the designer document failed.
ReportCloned Occurs when a report displayed in the current designer document has been cloned.
Saved Occurs when a report displayed in the current designer document has been saved.
SaveFailed Occurs when the attempt to save a report displayed in the current designer document fails.
SourceChanged Occurs when the value of the ReportDesignerDocument.Source property is changed.
SubreportLoadFailed Occurs when the attempt to load a subreport to the current designer document failed.
TitleChanged Occurs after the report designer document’s title has been changed.
See Also