ActiveReports 18 .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 that are 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 containing the list of parameters that are passed to the data source as part of the query.

    See Also