ActiveReports Developer 7
DataType Property
See Also 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports.Expressions.ExpressionObjectModel Namespace > Parameter Class : DataType Property

Glossary Item Box

The data type of the parameter.

Syntax

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

See Also