Description:
The Interactive Reporting Region is an innovative new technology that allows end users to customize reports. By putting more power in the hands of users it reduces development time and effort while simultaneously enhancing application functionality.
To Change the Report Field Title color
.apexir_WORKSHEET_DATA th div {font-size:12px; color:black; }
To draw border for the Report
table.apexir_WORKSHEET_DATA th div{text-decoration:none;}
table.apexir_WORKSHEET_DATA td, table.apexir_WORKSHEET_DATA th {border:1px solid darkblue}
To Give Background color for report and change the report font color
.apexir_WORKSHEET_DATA td {font-size:11px; color:DarkBlue;background-color:whitesmoke;}
The above code will print like white smoke as background color of report and text color of the report will be dark blue.
[The above codes should be written in HTML Header of the page, within the below tag]
<style>
</style>
Summary:
This Post described the script Create Project party in oracle projects accounting using Apex Interactive Report Cosmetics.
Got any queries?
Do drop a note by writing us at doyen.ebiz@gmail.com or use the comment section below to ask your questions.