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

SubreportLoadFailedEventArgs.ReportSourceUrl Property

Specifies a URL of a report definition file (*.REPX) loaded as a subreport.

Namespace: DevExpress.Xpf.Reports.UserDesigner

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

NuGet Package: DevExpress.Wpf.Reporting

Declaration

public string ReportSourceUrl { get; }

Property Value

Type Description
String

A string that specifies the full path to the REPX file.

See Also