Skip to main content
All docs
V24.1

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.v24.1.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