Report Component

In this section:

The Report Component lets you create a report template for your users. You use Report Assistant to create the report and save it as a Reporting Object. When a user selects the Reporting Object in the browser Domain reporting environment, Report Assistant opens and displays the report template you created. Users can modify the template to create a report that suits their needs and then save the new report.

If you have finished working with the components of the Reporting Object, remember to click Done in the Reporting Object window to save the changes.

See the Creating Reports With Report Assistant manual for more information.

Note:


Top of page

x
Customizing Default Colors for Report Assistant and Graph Assistant

How to:

Reference:

You can customize the background color and text color of the HTML Report and Graph Assistants. You can accomplish this by editing the following Cascading Style Sheet (CSS) file in any text editor, such as Notepad:

\ibi_html\javaassist\ibi\html\assist\rpasstie.css



x
Syntax: How to Customize the Background and Text Colors for Report and Graph Assistant
  1. Open the following file in a text editor:

    \ibi_html\javaassist\ibi\html\assist\rpasstie.css

  2. Create a backup copy before you make any changes.
  3. Apply your changes only to the background color and color variables. For example, you can replace the color codes as follows:
    BODY{
    /* background-color: #C0C0C0;  */  /* silver */
    background color: Blue;
    margin: 0;
    }
    BODY, A {
    /* color: #000000; */
    color: white;
    }

Tip: Retain the original style with comments /* */ to change colors back to the default.



x
Reference: Rules for Customizing the CSS

The following are some basic rules for customizing the CSS file:

There is no migration utility for CSS changes.


WebFOCUS