Skip to main content

DeserializeClientParameterEventArgs.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

Assembly: DevExpress.XtraReports.v23.2.Web.WebForms.dll

NuGet Package: DevExpress.Web.Reporting

Declaration

public string Path { get; }

Property Value

Type Description
String

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

See Also