Turn off collapsing for Databand
Posted: Mon Jun 22, 2020 11:45 am
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