ASPxClientReportParameterInfo Class
In This Article
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. |
#Value Property
Provides access to a parameter value on the client.
#Declaration
TypeScript
Value: any
#Property Value
Type | Description |
---|---|
any | A Object value. |