Hello, is there a method to copy the content of a band (per example Headerband) from one report to another report? Certainly the band of the dest report should be overwritten. Best wishes Bernhard
There is no automatic was to copy an entire band to another. In code you could create a report object loop that changes the Band property of each component in a given band. At design time or in the end-user report designer, you would first need to delete all components from the destination band, then multi-select all components from the source band and copy/paste them to the destination.
Comments
There is no automatic was to copy an entire band to another. In code
you could create a report object loop that changes the Band property of
each component in a given band. At design time or in the end-user
report designer, you would first need to delete all components from the
destination band, then multi-select all components from the source band
and copy/paste them to the destination.
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com