Enum
ReportParameterType

TODO: Add documentation.

Definition

Namespace:Telerik.Reporting

Assembly:Telerik.Reporting.dll

Syntax:

cs-api-definition
public enum ReportParameterType

Fields

Boolean

Values of type bool are accepted.

Declaration

cs-api-definition
Boolean = 0

Field Value

ReportParameterType

DateTime

Values of type DateTime are accepted.

Declaration

cs-api-definition
DateTime = 1

Field Value

ReportParameterType

Float

Values of type float or double are accepted. Internally the values are converted to double.

Declaration

cs-api-definition
Float = 3

Field Value

ReportParameterType

Integer

Values of type short, int, or long are accepted. Internally the values are converted to long.

Declaration

cs-api-definition
Integer = 2

Field Value

ReportParameterType

String

Values of type string are accepted.

Declaration

cs-api-definition
String = 4

Field Value

ReportParameterType

In this article
DefinitionFieldsBooleanDateTimeFloatIntegerString
Not finding the help you need?
Contact Support