Hi everyone,
I have a "statement" step (Step 1) inside a while loop which creates an additional result for the step (using Step.AdditionalResults.CustomResults.Insert). For each loop of the While Loop this "statement" step will create a new additional result. After Step 1, I want to delete the additional result created for Step 1. If I don't delete it, after every loop my report file will include all the previous loop additional results.
Is there a way to delete the additional result created for Step 1?
Thanks so much!