SRSReportParameter.isBoolean Method [AX 2012]

Indicates whether the parameter is a Boolean type.

Syntax

public boolean isBoolean()

Run On

Called

Return Value

Type: boolean
true if the parameter is Boolean; otherwise, false.

Remarks

A Boolean type in X++ is not a primitive type but an enumeration. Therefore, this method provides the check for a Boolean type.

See Also

Reference

SRSReportParameter Class