Skip to main content
All docs
V18.2

ASPxClientReportDesigner.GetParameterInfo(String) Method

Returns an object that contains information on the specified parameter type.

Namespace: DevExpress.XtraReports.Web.Scripts

Assembly: DevExpress.XtraReports.v18.2.Web.Scripts.dll

Declaration

public ASPxDesignerParameterType GetParameterInfo(
    string parameterType
)

Parameters

Name Type Description
parameterType String

A string that specifies a parameter type.

Returns

Type Description
ASPxDesignerParameterType

An object storing information on a parameter type.

Remarks

Use the GetParameterInfo method to obtain information on a standard parameter type available in the Web End-User Report Designer. Afterwards, you can override the required settings to create a custom parameter type and provide it to end-users by calling the ASPxClientReportDesigner.AddParameterType method.

See Also