Back to Devexpress

ASPxClientReportParameterInfo Class

xtrareports-js-aspxclientreportparameterinfo.md

latest1.3 KB
Original Source

ASPxClientReportParameterInfo Class

Provides information about a report parameter on the client side.

Declaration

ts
declare class ASPxClientReportParameterInfo

Remarks

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

See Also

AssignParameters(parametersInfo)

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

ts
Path: string

Property Value

TypeDescription
string

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

|

Value Property

Provides access to a parameter value on the client.

Declaration

ts
Value: any

Property Value

TypeDescription
any

A Object value.

|