Telerik Reporting

Namespace:  Telerik.Reporting
Assembly:  Telerik.Reporting (in Telerik.Reporting.dll)

Syntax

C#
public enum ReportParameterType
Visual Basic (Declaration)
Public Enumeration ReportParameterType

Members

Member nameDescription
Boolean
Values of type Boolean are accepted.
DateTime
Values of type DateTime are accepted.
Integer
Values of type Int16, Int32, or Int64 are accepted. Internally the values are converted to Int64.
Float
Values of type Single or Double are accepted. Internally the values are converted to Double.
String
Values of type String are accepted.

See Also