ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Blazor.Viewer Assembly / GrapeCity.ActiveReports.Blazor.Viewer Namespace / ReportViewer Class / Parameters Property

In This Topic
    Parameters Property (ReportViewer)
    In This Topic
    Gets or sets the array of name-value pairs that describe the parameters values used to run the report.
    Syntax
    'Declaration
     
    Public Property Parameters As Parameter()
    public Parameter[] Parameters {get; set;}

    Property Value

    An array of Parameter objects.
    Remarks
    This property can only be set once during object initialization and cannot be changed afterwards.
    See Also