Skip to main content
A newer version of this page is available. .

ReportParameter(ParameterPath, LookUpValueCollection, Boolean) Constructor

Initializes a new instance of the ReportParameter class with the specified settings.

Namespace: DevExpress.DocumentServices.ServiceModel.DataContracts

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

Declaration

public ReportParameter(
    ParameterPath parameterPath,
    LookUpValueCollection lookUpValues,
    bool isFiltered
)

Parameters

Name Type Description
parameterPath DevExpress.XtraReports.Native.ParameterPath

A ParameterPath value.

lookUpValues LookUpValueCollection

A LookUpValue object.

isFiltered Boolean

A Boolean value.

See Also