ActiveReports 12
DataType Property (ReportParameter)

GrapeCity.ActiveReports.v12 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > ReportParameter Class : DataType Property
Gets or sets the data type of the parameter.
Syntax
'Declaration
 
Public Property DataType As ReportParameterDataType
public ReportParameterDataType DataType {get; set;}

Property Value

A ReportParameterDataType enumeration representing the data type of the parameter.
See Also

Reference

ReportParameter Class
ReportParameter Members