ActiveReports Developer 7
QueryParameter Class Members
See Also  Properties  Methods 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace : QueryParameter Class

Glossary Item Box

The following tables list the members exposed by QueryParameter.

Public Constructors

 NameDescription
Public ConstructorQueryParameter ConstructorInitializes a new instance of the QueryParameter class.  
Top

Public Properties

 NameDescription
Public PropertyName

Gets or sets the name for the parameter.

 
Public PropertyValue

Gets or sets an expression that evaluates to the parameter value to pass to the data source.

 
Top

Public Methods

 NameDescription
Public MethodValidateValidates the information in each property of the QueryParameter object.  
Top

See Also