Friday, March 23, 2012

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

No comments:

Post a Comment