Skip to main content
A newer version of this page is available.
All docs
V18.2

ReportParameter(ParameterPath, LookUpValueCollection) Constructor

For internal use.

Namespace: DevExpress.DocumentServices.ServiceModel.DataContracts

Assembly: DevExpress.Printing.v18.2.Core.dll

Declaration

public ReportParameter(
    ParameterPath parameterPath,
    LookUpValueCollection lookUpValues
)

Parameters

Name Type Description
parameterPath DevExpress.XtraReports.Native.ParameterPath

A ParameterPath object.

lookUpValues LookUpValueCollection

A LookUpValueCollection object.

See Also