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

DeserializeClientParameterEventArgs.Value Property

Specifies the parameter value.

Namespace: DevExpress.XtraReports.Web

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

NuGet Package: DevExpress.Web.Reporting

Declaration

public object Value { get; set; }

Property Value

Type Description
Object

A Object, storing the parameter value.

See Also