ParameterTypeEnum Enum

Definition

Specifies the data type of a parameter.

public enum class ParameterTypeEnum
public enum ParameterTypeEnum
type ParameterTypeEnum = 
Public Enum ParameterTypeEnum
Inheritance
ParameterTypeEnum

Fields

Boolean 0

A Boolean data type that represents a true or false condition.

DateTime 1

A DateTime data type that represents the date and time.

Float 3

A Float data type that represents a floating point decimal value.

Integer 2

An Integer data type. Valid values range from -2,147,483,648 through 2,147,483,647.

String 4

A String data type that represents an array of characters.

Remarks

Use the ParameterTypeEnum enumeration with the Type property of the ReportParameter class.

Applies to