Reporting services
am 02.04.2008 14:00:19 von Steven Platt
I have a requirement to set up some reports with graphs. in my asp.net web
site. However, It would
appear that there are no combination graphs available. IE Bar + Line.
Does anyone know, if this is possible with the out of the box product or
have some recommendations on how i can acheive this with a third party
product ( free if possible ).
Thanks in advance.
Re: Reporting services
am 02.04.2008 16:48:14 von Alex Meleta
Hi
You can start digging for custom images in ASP.NET. To achieve this you need
a custom page returning image context back by request, drawn somehow you
need, e.g. http://www.vbforums.com/showthread.php?t=469046
Regards,
Alex Meleta
[Tech Blog: http://devkids.blogspot.com]
MN> I have a requirement to set up some reports with graphs. in my
MN> asp.net web
MN> site. However, It would
MN> appear that there are no combination graphs available. IE Bar +
MN> Line.
MN> Does anyone know, if this is possible with the out of the box
MN> product or have some recommendations on how i can acheive this with
MN> a third party product ( free if possible ).
MN>
MN> Thanks in advance.
MN>
Re: Reporting services
am 03.04.2008 11:22:54 von Steven Platt
Actually, it was very much simpler than I thought. You can simply select the
series and go to properties and check 'Plot Series As Line'
Job done.
"Alex Meleta" wrote in message
news:150f6b3033668ca63093e39bf19@news.microsoft.com...
> Hi
>
> You can start digging for custom images in ASP.NET. To achieve this you
> need a custom page returning image context back by request, drawn somehow
> you need, e.g. http://www.vbforums.com/showthread.php?t=469046
>
> Regards,
> Alex Meleta [Tech Blog: http://devkids.blogspot.com]
>
> MN> I have a requirement to set up some reports with graphs. in my
> MN> asp.net web
> MN> site. However, It would
> MN> appear that there are no combination graphs available. IE Bar +
> MN> Line.
> MN> Does anyone know, if this is possible with the out of the box
> MN> product or have some recommendations on how i can acheive this with
> MN> a third party product ( free if possible ).
> MN> MN> Thanks in advance.
> MN>
>