ActiveReports Developer 7
ValidValues Class
Members  See Also 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace : ValidValues Class

Glossary Item Box

The possible values for the parameter. This is used to populate UI selection lists from which users can select a parameter value.

Object Model

ValidValues Class

Syntax

Visual Basic (Declaration) 
Public NotInheritable Class ValidValues 
C# 
public sealed class ValidValues 

Remarks

A ValidValues object must have one and only one of the following properties set: DataSetReference or ParameterValues.

Inheritance Hierarchy

System.Object
   GrapeCity.ActiveReports.PageReportModel.ValidValues

See Also