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

XRSubreport.ReportSourceUrl Property

Specifies an URL of a report definition file, to be included as a subreport.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v18.2.dll

Declaration

[DefaultValue("")]
[SRCategory(ReportStringId.CatData)]
public string ReportSourceUrl { get; set; }

Property Value

Type Default Description
String String.Empty

A String value, specifying the path to the REPX file (including the name of the file).

Remarks

Use the ReportSourceUrl property, to define an URL of a report definition file (*.REPX), to be used as a report source at runtime.

The report source cannot be specified using a relative path (with the “~” character).

To assign an XtraReport instance to the XRSubreport, use the SubreportBase.ReportSource property.

See Also