DeserializeClientParameterEventArgs Properties
Provides data for the ASPxDocumentViewer.DeserializeClientParameters event.Name | Description |
---|---|
Name | Specifies the parameter name. |
Path | Specifies the parameter path, relative to its parent container (e.g., “subreport1.subreportParameter1” for a subreport’s parameter, or “parameter1” for a report’s parameter). |
Value | Specifies the parameter value. |
See Also