Skip to main content
All docs
V24.2

ReportParameter(ParameterPath, LookUpValueCollection) Constructor

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

Namespace: DevExpress.DocumentServices.ServiceModel.DataContracts

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

Declaration

public ReportParameter(
    ParameterPath parameterPath,
    LookUpValueCollection lookUpValues
)

Parameters

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