ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / Query Class / QueryParameters Property

In This Topic
    QueryParameters Property (Query)
    In This Topic
    Gets a list of parameters passed to the data source as part of the query.
    Syntax
    'Declaration
     
    Public ReadOnly Property QueryParameters As QueryParameterCollection
    public QueryParameterCollection QueryParameters {get;}

    Property Value

    A QueryParameterCollection object containing the query parameters.
    See Also