ActiveReports Developer 7
QueryParameters Property
See Also 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > Query Class : QueryParameters Property

Glossary Item Box

Gets a list of parameters that are passed to the data source as part of the query.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property QueryParameters As QueryParameterCollection
C# 
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