Hi,
since the report generation is done from the ResultList, you coudl simply alter the data stored in the Locals.ResultList (which ever is the appropriate result element in here) to reflect what you want the step name to appear as.
This could be done through an expression, or a statement step.
e.g. Locals.ResultList[0].TS.StepName = "New name"
Just an alternative.
S.
// it takes almost no time to rate an answer