Hi all,
I want to know how can I change the LiveReport layout like font size and how can add colors ?
thanks in advance
Hi, what version of Portal are you working with? Changing style elements is usually done in the grid as an external css reference. You can also do this in the Portal theme. For example, in the Server Console, click on Components, Grids. Select the Grid you are using, then download the grid to your filesystem, edit the jsp by adding the css as an external reference (replacing the one that is there for example). You can also simply add the css as a secondary file to one of the style types and then call it from the grid using it's type name. there are several ways of doing this so it'd help to know what specifically you are changing in the Portal app.
Im working with Content Server version 10,
the end user want to see the report in a style differ from the style of the LiveReport what we have , they need totally change the layout .
Thanks for give me this solution but can you explain this (edit the jsp by adding the css as an external reference) ? and can you give me this solution in more detail ?