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

DeserializeClientParameterEventArgs.Name Property

Specifies the parameter name.

Namespace: DevExpress.XtraReports.Web

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

NuGet Package: DevExpress.Web.Reporting

Declaration

public string Name { get; }

Property Value

Type Description
String

A String value, specifying the parameter name.

See Also