ActiveReports 18 .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
    The array of the {name, value} pairs that describe the parameters values used to run the report
    Syntax
    'Declaration
     
    Public Property ReportParameters As Parameter()
    public Parameter[] ReportParameters {get; set;}
    See Also