Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Wraps the setting of RDL contract parameter.
Syntax
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.
Remarks
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.