Hello, i generate the report of my steps at runtime by inserting new properties to Step.Result.NewPropertie and set the Flag 0x2000 that it will be included in the report file. Now I have some steps they include properties in some dependencies and other not.
For example, a step is in a for loop and at the first iteration it include property A into the Step.Result. in the second iteration i want to include only property B, but property A was already under Step.Result and now I have Propertie A and B in the report.
It is to complicated to delete them. Is there a feasible solution, that I can add the properties only for this Iteration I want?
If not I have to insert all properties to the report, but then the reportfile includes many properties that wasn't needed.
Thanks
TPoint