Is there a simple way to copy a report to use as a basis for a new report. Right now I am creating a new report and then copying individual items from the original to the new report. This works, but is time consuming.
I think the topics discussed here should help out with this. Basically you use inheritance (which is pretty easy since each report is a class by itself) and from this inheritance you can have common parts of a Report shared amongst others.