Friday, March 23, 2012

image properties

Hello

Im having abit off trouble with my images positioning..

I have 3 images in the header placed side by side with a rectangle around them sent to the back

In layout view the images look correct, however when i deploy the report the rectangle appears on top and then the images appear undernealth each other...when they should be inside the rectangle. is there something like float on top properties similar to objects in Word?

A separate question, I also have a table to the right off the table i have an image and under that image another image...when i preview the report the second image is pushed to the bottom of where the table ends...is there someway to make the image appear side by side to the table instead off getting pushed down to the bottom...something similar to a frame in HTML ?

thanks

Yes, you are right SSRS 2005 has layers. You can put your image(s) on the top layer by simply right clicking on the image that you want to bring to the top and clicking "Bring to Front".

As far as your second question goes, I would try a rectangle tool to hold the table and the pictures next to it. Although I'm not quite sure if that will work because a rectangle can grow. I'll post something if I can think of another better idea.

|||

Hi

I think this is a problem due to the page width.

Right click on the report (the blank space below the report) and there you get Report properties.

In that report properties you will find Layout tab.

In the layout tab set increase the page width and also note to check for this

Page Width = Left Margin + Right margin + The report layout width.

Probly this will solve your problem.

|||

1. Make sure the images are inside of the rectangle, not just on top of them.

2. Our HTML renderer does not support overlapping items so make sure the images are not overlapping each other. Perhaps put a bit of space between them as a quick and simple test.

For question #2, have you tried putting the two images in a rectangle?

Thanks.

No comments:

Post a Comment