SrsPrintMgmtController.setRdlParameter Method [AX 2012]

Wraps the setting of RDL contract parameter.

protected void setRdlParameter(str _name, str _value)

Run On

Called

Parameters

_name
Type: str
The name of a report parameter.
_value
Type: str
The value of the report parameter.

If the parameter is not found on the report the value is not set, silently.

No error is produced or exception thrown.

The main use of this method will be to set the footer text and other parameters which are not RDP contract based.

Do not use this method to set any RDP contracts.

Community Additions

ADD
Show: