ASPxClientReportParameterInfo Class
Provides information about a report parameter on the client side.
Declaration
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
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
Value: any
Property Value
Type | Description |
---|---|
any | A Object value. |