Textbox over image
Hi Kirthi, I tried this . The report after deployement pushes teh text box out of teh scope of teh image (either below or right of Image. The reason for this is because if you go to teh RDL : TextBox and Image are separate entities and they cannot eb embedded in each other : Code Snippet <Body> <TextBox> Details of textbox here <TextBox> <Image> </Image> </Body> Unlike , you can have cascading text boxes : Code Snippet <Body> <TextBox> Details of textbox 1 here <TextBox> Details of textbox 2 here </TextBox> </TextBox> </Body> You can try the options as workaround as mentioned by Rohit. One other option you can do is : Take a rectangle ..Put the image as it's background. You can increease/decrease size to Fit your image size (Before. Then drag a text box into the rectangle and set it's value. This will work , though you will have to do some settings/adjustment.. Let me know if you want additional information.. Hope this helps.. Regards.. Girija Shankar
September 1st, 2008 3:01pm

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics