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

Glossary Item Box

The following tables list the members exposed by Parameter.

Public Constructors

 NameDescription
Public ConstructorParameter Constructor

Initializes a new instance of the Parameter class.

 
Top

Public Properties

 NameDescription
Public PropertyName

Gets or sets the name of the parameter.

 
Public PropertyOmit

Gets or sets a Boolean expression that indicates whether the parameter is skipped.

 
Public PropertyValue

Gets or sets an expression that evaluates to the value to pass for the parameter to the subreport.

 
Top

Public Methods

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

See Also