Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Database Image in SSRS 2005

4 views
Skip to first unread message

MichaelH

unread,
Dec 16, 2009, 10:36:33 AM12/16/09
to
I am working on a report that has a column with the data type of
image.

When I preview this report, it shows a red "X" instead of the image.

I have tried multitude of things but nothing works.

Enabling the RS Execution Account.

=System.Text.Encoding.Default.GetBytes(Mid
(System.Text.Encoding.Default.GetString(Fields!DetailText.Value),79))

=System.Convert.FromBase64String(Mid(System.Conver t.ToBase64String
(Fields!Picture.Value),105))

Thanks in advance.

Uri Dimant

unread,
Dec 17, 2009, 1:45:59 AM12/17/09
to
Hi
Do you store an image in the database or on filesytem? How do you provide
the image parameter?

"MichaelH" <bmig...@gmail.com> wrote in message
news:38daa819-9991-49a3...@q16g2000vbc.googlegroups.com...

MichaelH

unread,
Dec 17, 2009, 9:57:55 AM12/17/09
to
It is database. And I have referred to this parameter.
0 new messages