Skip to main content
All docs
V21.1

ParameterModel.Parameter Property

Gets or sets the report parameter that is the source object for the parameter model.

Namespace: DevExpress.Blazor.Reporting.Models

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

NuGet Package: DevExpress.Blazor.Reporting.Viewer

Declaration

public Parameter Parameter { get; }

Property Value

Type Description
Parameter

A report parameter.

Implements

See Also