Page 1 of 1

Turn off collapsing for Databand

Posted: Mon Jun 22, 2020 11:45 am
by cbrydon
Hello,

Is is possible to turn off the Collapsing Enabled for a Databand in the Begin Render or Before Print events for the Databand
with something like the following...?

DataBand1.CollapsingEnabled = false;
DataBand1.Interaction.CollapsingEnabled = false;

Neither of those options works and I've also tried it with a lowercase 'c' on collapsing.

DataBand1.collapsingEnabled = false;
DataBand1.Interaction.collapsingEnabled = false;

Thanks,
Carl

Re: Turn off collapsing for Databand

Posted: Wed Jun 24, 2020 9:05 pm
by Lech Kulikowski
Hello,

Evets are not supported in dashboards.

Thank you.

Re: Turn off collapsing for Databand

Posted: Wed Jun 24, 2020 11:30 pm
by cbrydon
Thanks Lech, but this isn’t in a dashboard. It’s in a report.

Re: Turn off collapsing for Databand

Posted: Thu Jun 25, 2020 8:36 am
by Lech Kulikowski
Hello,

Please check the following property.

Thank you.

Re: Turn off collapsing for Databand

Posted: Thu Jun 25, 2020 1:42 pm
by cbrydon
Thank You Lech - That worked for me!

Cheers,
Carl

Re: Turn off collapsing for Databand

Posted: Thu Jun 25, 2020 3:36 pm
by HighAley
Hello, Carl.

We are always glad to help you.

Thank you.