Forum Discussion
sidebar that grows vertically (Align containers)
Hi, diouckdiouck
Select the red container.
In the Properties pane, set CanGrow to True. Locate the Height property. Use the following expression to set the Height property:
=ReportItems! YellowContainer.Height
This expression ensures that the height of the red container matches the height of the yellow container.
Make sure that the yellow container and its contents (text boxes, tables) are set to grow dynamically. Set their CanGrow property to True.
If you have multiple tables or datasets, group them appropriately. Set the RepeatWith property of the red container to the primary table or text box inside the yellow container.
How to Get Your Question Answered Quickly
Best Regards
Yongkang Hua
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
I can't find the cangrow property for the rectangle. I thought this property was only available for textboxes ?