Skip to main content

ReportDesignerModel.ReportUrl Property

Specifies the report URL.

Namespace: DevExpress.XtraReports.Web.ReportDesigner

Assembly: DevExpress.XtraReports.v23.2.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