Skip to main content

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