cancel
Showing results for 
Search instead for 
Did you mean: 

where can i find the different class names to change the style sheet

former_member218996
Participant
0 Kudos

Hi experts,

i m making a WAD but i need change somethings in the stylesheet, for example, in my query i have some exceptions, i need this exceptions to works some functions of the broadcaster, but i dont need show the exceptions in the report, so, i need a class name to change the stylesheet to dont show the colors of these exceptions when the report is executed, i have seen this function in a report but i dont remember how to do it.....

for example this works to change a hier from horizontal to vertical

<STYLE>

.SAPBEXHLevel0 {writing-mode: tb-rl;

filter: fliph flipv };

.SAPBEXHLevel1 { writing-mode: tb-rl;

filter: fliph flipv };

.SAPBEXHLevel2 {writing-mode: tb-rl;

filter: fliph flipv };

.SAPBEXHLevel3 {writing-mode: tb-rl;

filter: fliph flipv };

</STYLE>

some like this, was the class name to change the colors, please help

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member218996
Participant
0 Kudos

not answered