Skip to main content
All docs
V23.2

NavigateToReportAction.ReportSourceUrl Property

Gets or sets a URL or path that specifies a detail report’s location for navigation purposes.

Namespace: DevExpress.XtraReports.Interactivity

Assembly: DevExpress.XtraReports.v23.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

[DefaultValue("")]
public string ReportSourceUrl { get; set; }

Property Value

Type Default Description
String String.Empty

The path to the detail report.

See Also