Showing posts with label positioning. Show all posts
Showing posts with label positioning. Show all posts

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.

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.

sql

Image positioning

I have a a few image fields within the body of a report. No matter what I
do, remove vertical spacing, position manually etc. I cannot seem to get
them to render in the correct position within the body of the report while
previewing in visual studio. Apparently I do not understand the left to
right, top to bottom positioning. Does anyone have input on this? If I
remove vertical spacing, they overlap, if I move the image below the first
down a little to get rid of the overlap, I get an inch of white space. The
report has sub reports and a lot of other information and when rendered
displays one record per page. Very frustrating. Any Ideas gang?
Clint JenningsI want to thank everyone for the quick response on this. If anyone one is
interested, I wrapped the images with a rectangle and they stayed in place.
"Clint Jennings" wrote:
> I have a a few image fields within the body of a report. No matter what I
> do, remove vertical spacing, position manually etc. I cannot seem to get
> them to render in the correct position within the body of the report while
> previewing in visual studio. Apparently I do not understand the left to
> right, top to bottom positioning. Does anyone have input on this? If I
> remove vertical spacing, they overlap, if I move the image below the first
> down a little to get rid of the overlap, I get an inch of white space. The
> report has sub reports and a lot of other information and when rendered
> displays one record per page. Very frustrating. Any Ideas gang?
> Clint Jennings
>
>