Turn off collapsing for Databand

Stimulsoft Reports.WEB discussion
Post Reply
cbrydon
Posts: 176
Joined: Fri May 30, 2014 4:37 pm

Turn off collapsing for Databand

Post 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
Lech Kulikowski
Posts: 7339
Joined: Tue Mar 20, 2018 5:34 am

Re: Turn off collapsing for Databand

Post by Lech Kulikowski »

Hello,

Evets are not supported in dashboards.

Thank you.
cbrydon
Posts: 176
Joined: Fri May 30, 2014 4:37 pm

Re: Turn off collapsing for Databand

Post by cbrydon »

Thanks Lech, but this isn’t in a dashboard. It’s in a report.
Lech Kulikowski
Posts: 7339
Joined: Tue Mar 20, 2018 5:34 am

Re: Turn off collapsing for Databand

Post by Lech Kulikowski »

Hello,

Please check the following property.

Thank you.
Attachments
Annotation 2020-06-25 103621.png
Annotation 2020-06-25 103621.png (62.3 KiB) Viewed 2272 times
cbrydon
Posts: 176
Joined: Fri May 30, 2014 4:37 pm

Re: Turn off collapsing for Databand

Post by cbrydon »

Thank You Lech - That worked for me!

Cheers,
Carl
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: Turn off collapsing for Databand

Post by HighAley »

Hello, Carl.

We are always glad to help you.

Thank you.
Post Reply