• I normally store this sort of thing in a config table and use a dataset in the report to retrieve the value. The URL used for the action uses the value from that dataset.

    Another option would be to use a hidden parameter in the report and set the value to the URL required.

    If you need to do it for just the one report, the hidden parameter might be the easiest way to do it. Otherwise, go with the config table option.