Implementation Guide for Oracle Self-Service E-Billing > Using the Reporting Engine > Customizing the Reporting Engine >

Hiding Report Columns and Manipulating IReport


After you call IReportActionHelper and get back an IReport object, you can manipulate the object before forwarding it to report.jsp.

For example, to hide some columns based on certain conditions, get the IReportConfig object from IReport, find the ITransformerColumnConfig of the corresponding columns, and set the Hidden attribute based on your conditions.

Implementation Guide for Oracle Self-Service E-Billing Copyright © 2014, Oracle and/or its affiliates. All rights reserved. Legal Notices.