Skip to main content
Solved

Change highlight color of search result within report designer?

  • 17 August 2023
  • 5 replies
  • 64 views

I have a client asking if the search result color can be changed within Report Designer. They find the light green difficult to see. I haven’t found a way of changing this. Does anyone know?

Example below:

 

 

5 replies

Userlevel 3
Badge

Hi @jhouser 

 

You can change the color of a text, background, or edges from below.

 

Hope this helps.

Userlevel 3
Badge

Oh, sorry, I misread your question. You were asking for the searched result color. I don’t know that yet also.

Userlevel 2
Badge

@jhouser this color comes from the code itself.

private const string _selectionStyle = "color: White;background-color: LightGreen;";

Userlevel 5
Badge +1

@ThasinduRanasinghe61 Do you know if/where I could change that?

Userlevel 2
Badge

@ThasinduRanasinghe61 Do you know if/where I could change that?

I don’t think you have an easy way to change the color as you need to change the base code.

And you might need to get permission to change the color and to do a customization. 

Reply