ActiveReports Developer 7
DataType Property
See Also 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > ReportParameter Class : DataType Property

Glossary Item Box

Gets or sets the data type of the parameter.

Syntax

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

Property Value

A ReportParameterDataType enumeration representing the data type of the parameter.

See Also