I'm using PB2017 R3 and building a composite report which has two child-reports. Each report will be built in separate datastores where I'll adjust the report according to several criterias. When this adjusting process is complete, I want to copy the complete report into each sub-report in the composite report using GetFullState and SetFullState.
Unfortunately it is impossible to use SetFullState on a DatawindowChild. Rowscopy will not do because this method does not ensure that my modifications are transferred to the composite child report. Does anyone know another method to accomplish this task?
/Svein