Skip to main content
All docs
V18.2

ASPxClientReportParametersPanel.GetParameterNames() Method

Returns an array storing the names of parameters available in a report.

Namespace: DevExpress.XtraReports.Web.Scripts

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

Declaration

public string[] GetParameterNames()

Returns

Type Description
String[]

An array of String values.

See Also