ActiveReports 12
QueryParameters Property (Query)

GrapeCity.ActiveReports.v12 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > Query Class : QueryParameters Property

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

Reference

Query Class
Query Members