Turn off collapsing for Databand
Turn off collapsing for Databand
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
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
-
- Posts: 7339
- Joined: Tue Mar 20, 2018 5:34 am
Re: Turn off collapsing for Databand
Hello,
Evets are not supported in dashboards.
Thank you.
Evets are not supported in dashboards.
Thank you.
Re: Turn off collapsing for Databand
Thanks Lech, but this isn’t in a dashboard. It’s in a report.
-
- Posts: 7339
- Joined: Tue Mar 20, 2018 5:34 am
Re: Turn off collapsing for Databand
Hello,
Please check the following property.
Thank you.
Please check the following property.
Thank you.
- Attachments
-
- Annotation 2020-06-25 103621.png (62.3 KiB) Viewed 2273 times
Re: Turn off collapsing for Databand
Thank You Lech - That worked for me!
Cheers,
Carl
Cheers,
Carl
Re: Turn off collapsing for Databand
Hello, Carl.
We are always glad to help you.
Thank you.
We are always glad to help you.
Thank you.