[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Blazor.Viewer.ReportViewer.Parameters

Parameters Property

Parameters

Gets or sets the array of name-value pairs that describe the parameters values used to run the report.

Declaration
[Parameter]
public Parameter[] Parameters { get; init; }
Property Value
Type Description
Parameter[]

An array of Parameter objects.

Remarks

This property can only be set once during object initialization and cannot be changed afterwards.