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

ReportDesignerModel.ReportUrl Property

Specifies the report URL.

Namespace: DevExpress.XtraReports.Web.ReportDesigner

Assembly: DevExpress.XtraReports.v19.1.Web.dll

NuGet Package: DevExpress.Web.Reporting.Common

Declaration

public string ReportUrl { get; set; }

Property Value

Type Description
String

A String value, specifying the report URL.

See Also