SRSReportParameter.isInternal Method [AX 2012]
Indicates whether the report parameter is an internal parameter.
Syntax
public boolean isInternal([boolean value])
Run On
Called
Parameters
- value
Type: boolean
A Boolean value that indicates whether the report parameter is an internal parameter.
Return Value
Type: boolean
true if the parameter is an internal parameter; otherwise, false.
Remarks
The value of an internal parameter cannot be set.