Programatically changing textbox position

A

Andy Levy

Hi

was wondering if anyone knows how to change a TextBox Left Position value in
a report programatically.

I have tried textBoxName.Left = 7.565 but it just sets the value to 0
automatically

thanks
al
 
Top