Is it possibele to copy (or move) a group of elements(pplabel, ppmemo...) from one Band to another Band? Or is it possibele copy Copy a complete Band to another?
Are you trying to do this at runtime in code or at design time in the Report Designer?
At runtime, you will need to loop through each object in the specified band and create a new copied component with a new Band property set. You will only need to change the Band property if you are simply moving objects. This will all have to be done before Report.Print is called depending on which band the objects are getting moved to.
At designtime, it is possible to select multiple report objects in the designer by either clicking and dragging the selectiong box over multiple objects or holding down the key an clicking on multipe objects. Then you can copy/paste them by using ctrl-c/ctrl-v or the edit menu options.
Comments
Are you trying to do this at runtime in code or at design time in the Report
Designer?
At runtime, you will need to loop through each object in the specified band
and create a new copied component with a new Band property set. You will
only need to change the Band property if you are simply moving objects.
This will all have to be done before Report.Print is called depending on
which band the objects are getting moved to.
At designtime, it is possible to select multiple report objects in the
designer by either clicking and dragging the selectiong box over multiple
objects or holding down the key an clicking on multipe objects.
Then you can copy/paste them by using ctrl-c/ctrl-v or the edit menu
options.
--
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com