BlueJay924 Posted March 30, 2004 Posted March 30, 2004 Is there anyway to write code in vb.net to alter the the IFieldObject. I'd like to be able to adjust the height or width and to remove any border colors. any help would be appreciated. Quote
alarconspawn Posted October 26, 2005 Posted October 26, 2005 Is there anyway to write code in vb.net to alter the the IFieldObject. I'd 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 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.