I'm looking for a way to dynamically print all parameters and their values in a Crystal Report 2008. I've found solutions on how to print out the values but I can't find a way to print them out if I don't always know the names of the parameters. I'm looking for a formula with a For/Next or For Each type loop in it to go through all parameters and print the name and value. I want to develop this formula onces so I can append a section on the bottom of all of my reports with the parameters for troubleshooting. Since the number, names, and types of parameters vary from report to report I'm looking for a dynamic, programmatic solution. Also I would like to do this solely in Crystal and not need to do it thorugh VB or ASP since I won't have access to do that once the report is published into the ERP software.