Skip to main content

DeserializeClientParameterEventArgs.Value Property

Specifies the parameter value.

Namespace: DevExpress.XtraReports.Web

Assembly: DevExpress.XtraReports.v23.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