Retrieve data from the Inspection Processing Window from the Print Window

Hello,

I’m trying to figure out if there is a way to get data from Inspection Processing Window from the Print Window?

I actually tried with the BPMContext but since this is not the same window, the BPMContext lose the data.

I’m trying to get this data:

Summary
			edvCallContextBpmData.dataView[edvCallContextBpmData.Row]["ShortChar01"] = edvmtlView.dataView[edvmtlView.Row]["PassedIssueTo"];

I know that I can use the UD table but I would like to test other thing before doing that.

For exemple, is there a way to send a report param from Inspection Processing?

Thanks,
Alexandre