SrsReportRdlDataContract.parameterExists Method [AX 2012]
Checks whether a parameter name exists in the contract.
Syntax
public boolean parameterExists(str _paramName)
Run On
Called
Parameters
- _paramName
Type: str
The parameter name.
Return Value
Type: boolean
true if the name exists; otherwise, false.