Crystal Report IFieldObject

BlueJay924

Well-known member
Joined
May 6, 2003
Messages
46
Is there anyway to write code in vb.net to alter the the IFieldObject. Id like to be able to adjust the height or width and to remove any border colors. any help would be appreciated.
 
BlueJay924 said:
Is there anyway to write code in vb.net to alter the the IFieldObject. Id like to be able to adjust the height or width and to remove any border colors. any help would be appreciated.

Hi,try this:


Rpt.Section3.ReportObjects[0].Width

where [0] is the index of the object, in this case is a IFieldObject1
 
Back
Top