Skip to main content

DeserializeClientParameterEventArgs(String, String, Object) Constructor

Initializes a new instance of the DeserializeClientParameterEventArgs class with the specified settings.

Namespace: DevExpress.XtraReports.Web

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

NuGet Package: DevExpress.Web.Reporting

Declaration

public DeserializeClientParameterEventArgs(
    string name,
    string path,
    object value
)

Parameters

Name Type Description
name String

A String value. This value is assigned to the DeserializeClientParameterEventArgs.Name property.

path String

A String value. This value is assigned to the DeserializeClientParameterEventArgs.Path property.

value Object

A Object value. This value is assigned to the DeserializeClientParameterEventArgs.Value property.

See Also