Hi
This is an enhancement request
Please allow referencing nested reports through GetChild. I think this is just an old Sybase limitation which has no reason anymore.
This limitation can be cheated with a nasty trick:
dw_1.Modify("processing=5") //Don't trust DW Syntax it works :)
dw_1.GetChild("dw_1",ldw_child)
dw_1.Modify("processing=0")
But I think having direct method would be better.