Showing posts with label body. Show all posts
Showing posts with label body. Show all posts

Friday, March 23, 2012

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
>
>

Image on each pahe header

I can insert image in header from a database by using :
- in body a textbox (name = textbox33) with value:
=convert.toBase64String(first(fields!Image.value,"IMAGE"))
- in header an image with value:
=convert.fromBase64String(ReportItems!textbox33.value)
Image appears on first page only, after just a red X appears!!
Any ideas or a solution... Thanks.that's because textbox33 appears on 1st page only.
--
This posting is provided "AS IS" with no warranties, and confers no rights.
"Ginnie" <Ginnie@.discussions.microsoft.com> wrote in message
news:38ABA450-786E-4A86-936A-F04C6EA6483A@.microsoft.com...
> I can insert image in header from a database by using :
> - in body a textbox (name = textbox33) with value:
> =convert.toBase64String(first(fields!Image.value,"IMAGE"))
> - in header an image with value:
> =convert.fromBase64String(ReportItems!textbox33.value)
> Image appears on first page only, after just a red X appears!!
> Any ideas or a solution... Thanks.
>
>|||my textbox33 is directly on body.
how can I make textbox33 appearing on each page?
Thanks
"Lev Semenets [MSFT]" wrote:
> that's because textbox33 appears on 1st page only.
> --
> This posting is provided "AS IS" with no warranties, and confers no rights.
>
> "Ginnie" <Ginnie@.discussions.microsoft.com> wrote in message
> news:38ABA450-786E-4A86-936A-F04C6EA6483A@.microsoft.com...
> > I can insert image in header from a database by using :
> > - in body a textbox (name = textbox33) with value:
> > =convert.toBase64String(first(fields!Image.value,"IMAGE"))
> > - in header an image with value:
> > =convert.fromBase64String(ReportItems!textbox33.value)
> >
> > Image appears on first page only, after just a red X appears!!
> >
> > Any ideas or a solution... Thanks.
> >
> >
> >
> >
>
>|||excuse me but how can i recup your sample report. I don't see it
"Lev Semenets [MSFT]" wrote:
> There is another approach: using parameter and calculated field.
> I'm attaching sample report.
> --
> This posting is provided "AS IS" with no warranties, and confers no rights.
>
> "Ginnie" <Ginnie@.discussions.microsoft.com> wrote in message
> news:BCCB848A-CFFD-47E7-A181-4E7BDC8A81CD@.microsoft.com...
> > my textbox33 is directly on body.
> > how can I make textbox33 appearing on each page?
> > Thanks
> >
> > "Lev Semenets [MSFT]" wrote:
> >
> > > that's because textbox33 appears on 1st page only.
> > >
> > > --
> > > This posting is provided "AS IS" with no warranties, and confers no
> rights.
> > >
> > >
> > > "Ginnie" <Ginnie@.discussions.microsoft.com> wrote in message
> > > news:38ABA450-786E-4A86-936A-F04C6EA6483A@.microsoft.com...
> > > > I can insert image in header from a database by using :
> > > > - in body a textbox (name = textbox33) with value:
> > > > =convert.toBase64String(first(fields!Image.value,"IMAGE"))
> > > > - in header an image with value:
> > > > =convert.fromBase64String(ReportItems!textbox33.value)
> > > >
> > > > Image appears on first page only, after just a red X appears!!
> > > >
> > > > Any ideas or a solution... Thanks.
> > > >
> > > >
> > > >
> > > >
> > >
> > >
> > >
>
>|||I'm sorry but how can i recup sample report? I don't see it !!
"Lev Semenets [MSFT]" wrote:
> There is another approach: using parameter and calculated field.
> I'm attaching sample report.
> --
> This posting is provided "AS IS" with no warranties, and confers no rights.
>
> "Ginnie" <Ginnie@.discussions.microsoft.com> wrote in message
> news:BCCB848A-CFFD-47E7-A181-4E7BDC8A81CD@.microsoft.com...
> > my textbox33 is directly on body.
> > how can I make textbox33 appearing on each page?
> > Thanks
> >
> > "Lev Semenets [MSFT]" wrote:
> >
> > > that's because textbox33 appears on 1st page only.
> > >
> > > --
> > > This posting is provided "AS IS" with no warranties, and confers no
> rights.
> > >
> > >
> > > "Ginnie" <Ginnie@.discussions.microsoft.com> wrote in message
> > > news:38ABA450-786E-4A86-936A-F04C6EA6483A@.microsoft.com...
> > > > I can insert image in header from a database by using :
> > > > - in body a textbox (name = textbox33) with value:
> > > > =convert.toBase64String(first(fields!Image.value,"IMAGE"))
> > > > - in header an image with value:
> > > > =convert.fromBase64String(ReportItems!textbox33.value)
> > > >
> > > > Image appears on first page only, after just a red X appears!!
> > > >
> > > > Any ideas or a solution... Thanks.
> > > >
> > > >
> > > >
> > > >
> > >
> > >
> > >
>
>|||send me e-mail and i'll send it to you.
--
This posting is provided "AS IS" with no warranties, and confers no rights.
"Ginnie" <Ginnie@.discussions.microsoft.com> wrote in message
news:9B2FBA35-568F-4520-902E-964BF04D0CB2@.microsoft.com...
> I'm sorry but how can i recup sample report? I don't see it !!
> "Lev Semenets [MSFT]" wrote:
> > There is another approach: using parameter and calculated field.
> > I'm attaching sample report.
> >
> > --
> > This posting is provided "AS IS" with no warranties, and confers no
rights.
> >
> >
> > "Ginnie" <Ginnie@.discussions.microsoft.com> wrote in message
> > news:BCCB848A-CFFD-47E7-A181-4E7BDC8A81CD@.microsoft.com...
> > > my textbox33 is directly on body.
> > > how can I make textbox33 appearing on each page?
> > > Thanks
> > >
> > > "Lev Semenets [MSFT]" wrote:
> > >
> > > > that's because textbox33 appears on 1st page only.
> > > >
> > > > --
> > > > This posting is provided "AS IS" with no warranties, and confers no
> > rights.
> > > >
> > > >
> > > > "Ginnie" <Ginnie@.discussions.microsoft.com> wrote in message
> > > > news:38ABA450-786E-4A86-936A-F04C6EA6483A@.microsoft.com...
> > > > > I can insert image in header from a database by using :
> > > > > - in body a textbox (name = textbox33) with value:
> > > > > =convert.toBase64String(first(fields!Image.value,"IMAGE"))
> > > > > - in header an image with value:
> > > > > =convert.fromBase64String(ReportItems!textbox33.value)
> > > > >
> > > > > Image appears on first page only, after just a red X appears!!
> > > > >
> > > > > Any ideas or a solution... Thanks.
> > > > >
> > > > >
> > > > >
> > > > >
> > > >
> > > >
> > > >
> >
> >
> >