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

ReportDesignerDocumentLoadFailedEventArgs.Source Property

Gets an object that raised the event.

Namespace: DevExpress.Xpf.Reports.UserDesigner

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

NuGet Package: DevExpress.Wpf.Reporting

Declaration

public object Source { get; }

Property Value

Type Description
Object

An object that raised the event.

See Also