ActiveReports Developer 7
Values Property
See Also 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > DefaultValue Class : Values Property

Glossary Item Box

Gets the default values for the parameter.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property Values As ExpressionInfoCollection
C# 
public ExpressionInfoCollection Values {get;}

Property Value

An ExpressionInfoCollection object containing the default values for the parameter.

See Also