Patch multiple Reports

If you have a simple change to do on a large number of reports, then you can do it through API. For example you might want to change the font of all your reports. With this basic sample you can iterate through all report objects and modify the reports.

Please note: this sample is only a 'how to', not a complete program. To modify reports, please add the required java code to the functions patchSection() and patchEngine().

Click to open the sample file.