The parameter default descriptions aren't available to you inside CR. But if there is a logical way to build the original list, then you use the same logic inside the report.
example one:
Your parameter is a list of customer codes, with a description of their customer names. So do a join to the customer table, and extract the selected customers there.
example two:
Your parameter is one of several code values in a field. So manually code the descriptions in a formula.
If {table.code}=1 then "Active" else
If {table.code}=2 then "Inactive" else
If {table.code}=3 then "Deleted" else
Else "Undefined"
All Cr uses the parameter descriptions for is to help the user make a selection prior to processing the report. It is the parameter value that is used inside the report (usually in record selection).
If you have 60 default values and descriptions, you can only find the value and description of the ones you select into the report. The unused values aren't available to you inside CR at all.
Editor and Publisher of Crystal Clear