Skip to main content

ReportDesignerDocument.Loaded Event

Occurs when a report has been loaded to the designer document.

Namespace: DevExpress.Xpf.Reports.UserDesigner

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

NuGet Package: DevExpress.Wpf.Reporting

Declaration

public event EventHandler<ReportDesignerDocumentEventArgs> Loaded

Event Data

The Loaded 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 Loaded event to respond to loading the report to the current designer document.

If the attempt to load a report to the designer document failed, the ReportDesignerDocument.LoadFailed event raises.

See Also