DeserializeClientParameterEventArgs(String, String, Object) Constructor
Initializes a new instance of the DeserializeClientParameterEventArgs class with the specified settings.
Namespace: DevExpress.XtraReports.Web
Assembly: DevExpress.XtraReports.v24.1.Web.WebForms.dll
NuGet Package: DevExpress.Web.Reporting
Declaration
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