Skip to main content
All docs
V25.1
  • ReportParameter(ParameterPath, LookUpValueCollection) Constructor

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

    Namespace: DevExpress.DocumentServices.ServiceModel.DataContracts

    Assembly: DevExpress.Printing.v25.1.Core.dll

    NuGet Package: DevExpress.Printing.Core

    Declaration

    public ReportParameter(
        ParameterPath parameterPath,
        LookUpValueCollection lookUpValues
    )

    Parameters

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