Previous Topic  Next Topic

Customizing UI by Modifying CSS

You can customize the Web Report Studio and JDashboard UI by modifying CSS files, like changing the width, height, color, font, borders, and padding of the window elements in different states.

For more information, see Customizing the Web Report Studio UI and Customizing the JDashboard UI in the Report Server Guide.

Critical iconJDashboard is in maintenance mode, and we will not be adding new features to it. If you need more information, contact Customer Service.

In the following example, we change the background color of the title bar for the panels in Web Report Studio to light green by adding the following CSS rule in the file wrptstudio.css and then running make.bat stored in <install_root>\public_html\bin with the jsvm option in the command console to make the change take effect.

.studioPanel_title {
    background-color: lightgreen;
    background-image: none;
}

Customize UI

Back to top

Previous Topic  Next Topic