Skip to main content
All docs
V18.2

ASPxClientReportParameterInfo.Path Property

Specifies the parameter path, relative to its parent container (e.g., “subreport1.subreportParameter1” for a subreport’s parameter, or “parameter1” for a report’s parameter).

Namespace: DevExpress.XtraReports.Web.Scripts

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

Declaration

public string Path { get; }

Property Value

Type Description
String

A String value, specifying the parameter path (e.g., “subreport1.subreportParameter1”).

See Also