ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Blazor.Viewer Assembly / GrapeCity.ActiveReports.Blazor.Viewer Namespace / ReportInfo Class / Parameters Property

In This Topic
    Parameters Property (ReportInfo)
    In This Topic
    The parameters of the report
    Syntax
    'Declaration
     
    Public Property Parameters As ParameterDescriptor()
    public ParameterDescriptor[] Parameters {get; set;}
    See Also