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

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