Skip to main content
A newer version of this page is available. .
All docs
V21.2

ParametersModel Class

Contains a collection of report parameters and implements methods and events that allow you to manage parameters.

Namespace: DevExpress.Blazor.Reporting.Models

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

NuGet Package: DevExpress.Blazor.Reporting.Viewer

Declaration

public class ParametersModel :
    ParameterPanelViewModelBase<ParameterModel>,
    IDisposable,
    ITabContentModel

Implements

Inheritance

Object
DevExpress.XtraReports.Native.NotifyPropertyChangedImplementation
DevExpress.XtraReports.Parameters.ViewModels.ParameterPanelViewModelBase<ParameterModel>
ParametersModel
See Also