ActiveReports 8
ValidValues Class
Members  See Also 
GrapeCity.ActiveReports.v8 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

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also