I am working with Report Builder in SQL Server 2016.
I have 3 text boxes Textbox1
, Textbox2
and Textbox3
one after another horizontally. They have same width and same height. Now I want to have uniform horizontal gap between those text boxes i.e. the horizontal gap between Textbox1
and Textbox2
should be same as the horizontal gap between Textbox2
and Textbox3
. How can I do that?
Thanks
UPDATE:
Print screens of menus of Report Builder: