ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Blazor.Viewer Assembly / GrapeCity.ActiveReports.Blazor.Viewer Namespace / InitializationOptions Class / ReportParameters Property

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

    Property Value

    An array of Parameter objects representing the parameter values.
    See Also