com.crystaldecisions.sdk.plugin.desktop.common
Interface IReportParameter.ReportVariableValueType

Enclosing interface:
IReportParameter

public static interface IReportParameter.ReportVariableValueType

The type of the parameter value.


Field Summary
static int BOOLEAN
           Boolean.
static int CURRENCY
           Currency.
static int DATE
           Date.
static int DATE_TIME
           DateTime.
static int NUMBER
           Number.
static int STRING
           String.
static int TIME
           Time.
 

Field Detail

NUMBER

static final int NUMBER

Number.

See Also:
Constant Field Values

CURRENCY

static final int CURRENCY

Currency.

See Also:
Constant Field Values

BOOLEAN

static final int BOOLEAN

Boolean.

See Also:
Constant Field Values

DATE

static final int DATE

Date.

See Also:
Constant Field Values

TIME

static final int TIME

Time.

See Also:
Constant Field Values

DATE_TIME

static final int DATE_TIME

DateTime.

See Also:
Constant Field Values

STRING

static final int STRING

String.

See Also:
Constant Field Values