Page 1 of 1

GroupHeaderBand with Collapse interaction

Posted: Wed Mar 07, 2018 10:22 am
by tpontow
Hello Stimulsoft-Team,

is it possible to use a GroupHeaderBand and collapse interaction without showing the +/ - Icons for collapsing / expanding in the rendered report? I like to collapse and expand Groups by certain value conditions but after rendering the user should not expand or collapse Groups himself. The report should remain as it was rendered.

How can i achieve this?

Thanks and kind regards
Thorsten Pontow

Re: GroupHeaderBand with Collapse interaction

Posted: Wed Mar 07, 2018 11:06 am
by tpontow
I found the solution myself. I have to set CollapsingEnabled to false.

Code: Select all

StiBandInteraction interaction = new StiBandInteraction
 {
       CollapsingEnabled = false
};

Re: GroupHeaderBand with Collapse interaction

Posted: Sat Mar 10, 2018 2:53 am
by Edward
Hi Thorsten,

You absolutely correct, I agree that saving a report as a class that you mentioned you did in some previous comments, helps to investigate the properties of the components and their values much quicker and easier.

Thank you,
Edward