ActiveReports Developer 7
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