Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

ASPxClientReportParameterInfo Class

Provides information about a report parameter on the client side.

#Declaration

TypeScript
declare class ASPxClientReportParameterInfo

#Remarks

An ASPxClientReportParameterInfo object is returned by the ASPxClientReportParametersPanel.AssignParameters method.

See Also

#Properties

#Path Property

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).

#Declaration

TypeScript
Path: string

#Property Value

Type Description
string

A String value, specifying the parameter path (e.g., “subreport1.subreportParameter1”).

#Value Property

Provides access to a parameter value on the client.

#Declaration

TypeScript
Value: any

#Property Value

Type Description
any

A Object value.