Skip to main content

ReportParameter(ParameterPath, LookUpValueCollection, Boolean) Constructor

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

Namespace: DevExpress.DocumentServices.ServiceModel.DataContracts

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

NuGet Package: DevExpress.Printing.Core

Declaration

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

Parameters

Name Type
parameterPath DevExpress.XtraReports.Parameters.Native.ParameterPath
lookUpValues LookUpValueCollection
isFiltered Boolean
See Also