Skip to main content
All docs
V18.2

ASPxClientReportDesignerDialogEventArgs.Url Property

Specifies the URL of the report currently being processed.

Namespace: DevExpress.XtraReports.Web.Scripts

Assembly: DevExpress.XtraReports.v18.2.Web.Scripts.dll

Declaration

public string Url { get; }

Property Value

Type Description
String

A string that specifies the URL of the report currently being processed.

See Also