ActiveReports 18 .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
    The array of the {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;}
    See Also