Reporting services

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.
Steven Platt [ Mi, 02 April 2008 14:00 ] [ ID #1933640 ]

Re: Reporting services

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>
Alex Meleta [ Mi, 02 April 2008 16:48 ] [ ID #1933667 ]

Re: Reporting services

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" <ameleta [at] gmail.com> wrote in message
news:150f6b3033668ca63093e39bf19 [at] 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>
>
Steven Platt [ Do, 03 April 2008 11:22 ] [ ID #1934541 ]
Microsoft » microsoft.public.dotnet.framework.aspnet » Reporting services

Vorheriges Thema: Semi-Automatic code documentation
Nächstes Thema: DataTable with 15 records -> GridView PageIndexChange doesn't display the next 5 record