From: Gary on
I posted a message on 2/19/2010 that never got answered and subsequently was
deleted. I'm not sure why.

I'm trying to get away from Crytsal Reports and I would like to know if
there is a way to code the location of a .jpg file in .NET so I can
dynamically determine the location of a signature for a letter at run-time.

Many thanks.
From: Uri Dimant on
Gary
A report should accept a parameter and from the client (report viewer)
build the path to the image...
to the Value property of the image control


"Gary" <Gary(a)discussions.microsoft.com> wrote in message
news:CE2D7256-C72B-471C-B471-9D84E6CF7060(a)microsoft.com...
>I posted a message on 2/19/2010 that never got answered and subsequently
>was
> deleted. I'm not sure why.
>
> I'm trying to get away from Crytsal Reports and I would like to know if
> there is a way to code the location of a .jpg file in .NET so I can
> dynamically determine the location of a signature for a letter at
> run-time.
>
> Many thanks.


From: Gary on
That's why I like forum answers. They end up being deceptively easy.

I own at least 3 books on SSRS, but I'm looking for some .NET code to poke
around in. Would you have a link or two for starts? I spent quite a while
Googling (or Binging, or whatever).

Thanks a lot Uri. I'll take this and run for now.

"Uri Dimant" wrote:

> Gary
> A report should accept a parameter and from the client (report viewer)
> build the path to the image...
> to the Value property of the image control
>
>
> "Gary" <Gary(a)discussions.microsoft.com> wrote in message
> news:CE2D7256-C72B-471C-B471-9D84E6CF7060(a)microsoft.com...
> >I posted a message on 2/19/2010 that never got answered and subsequently
> >was
> > deleted. I'm not sure why.
> >
> > I'm trying to get away from Crytsal Reports and I would like to know if
> > there is a way to code the location of a .jpg file in .NET so I can
> > dynamically determine the location of a signature for a letter at
> > run-time.
> >
> > Many thanks.
>
>
> .
>
From: Gary on
I have a problem using this method. If I'm sending multiple letters that
require different signatures, I need these signatures available at the SQL
level.


"Gary" wrote:

> That's why I like forum answers. They end up being deceptively easy.
>
> I own at least 3 books on SSRS, but I'm looking for some .NET code to poke
> around in. Would you have a link or two for starts? I spent quite a while
> Googling (or Binging, or whatever).
>
> Thanks a lot Uri. I'll take this and run for now.
>
> "Uri Dimant" wrote:
>
> > Gary
> > A report should accept a parameter and from the client (report viewer)
> > build the path to the image...
> > to the Value property of the image control
> >
> >
> > "Gary" <Gary(a)discussions.microsoft.com> wrote in message
> > news:CE2D7256-C72B-471C-B471-9D84E6CF7060(a)microsoft.com...
> > >I posted a message on 2/19/2010 that never got answered and subsequently
> > >was
> > > deleted. I'm not sure why.
> > >
> > > I'm trying to get away from Crytsal Reports and I would like to know if
> > > there is a way to code the location of a .jpg file in .NET so I can
> > > dynamically determine the location of a signature for a letter at
> > > run-time.
> > >
> > > Many thanks.
> >
> >
> > .
> >