Skip to main content
All docs
V18.2

ASPxClientReportParametersPanel.AssignParameters(ASPxClientReportParameterInfo[]) Method

Assigns a value to a parameter of the report displayed in the document viewer.

Namespace: DevExpress.XtraReports.Web.Scripts

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

Declaration

public void AssignParameters(
    ASPxClientReportParameterInfo[] parametersInfo
)

Parameters

Name Type Description
parametersInfo ASPxClientReportParameterInfo[]

An array of ASPxClientReportParameterInfo values specifying parameters and values to assign.

See Also