ActiveReports 19 .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
    Gets or sets the descriptors for all parameters required or available for the report.
    Syntax
    'Declaration
     
    Public Property Parameters As ParameterDescriptor()
    public ParameterDescriptor[] Parameters {get; set;}

    Property Value

    An array of ParameterDescriptor objects that describe the parameters this report can accept.
    See Also