Skip to main content
All docs
V23.2

MultiValueParameterModel(ParameterLayoutItem) Constructor

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

Namespace: DevExpress.Blazor.Reporting.Models

Assembly: DevExpress.Blazor.Reporting.v23.2.Viewer.dll

NuGet Package: DevExpress.Blazor.Reporting.Viewer

Declaration

public MultiValueParameterModel(
    ParameterLayoutItem layoutItem
)

Parameters

Name Type
layoutItem DevExpress.XtraReports.Parameters.ParameterLayoutItem
See Also