Page 1 of 1

How to control selection color for databand

Posted: Mon Jul 07, 2025 11:43 am
by markuswe
Immy report, I have a databand using the interactive selection option.

How do I control the background color of the currently selected and the highlighted selection (mouse over), and the red color it is using by default does not fit my requirements.

I cannot find anything in the documentation.

Thanks

Re: How to control selection color for databand

Posted: Mon Jul 07, 2025 1:09 pm
by Lech Kulikowski
Hello,

You can use the following option:

Code: Select all

StiOptions.Viewer.InteractionMouseOverStyle.Brush = new StiSolidBrush(Color.Black);
Thank you.

Re: How to control selection color for databand

Posted: Mon Jul 07, 2025 2:18 pm
by markuswe
Thanks for the feedback.

So, there is no option to style this in the report. It has to be done globally?