Reporting services

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Microsoft Newsserver

    #1

    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.


  • Alex Meleta

    #2
    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]

    MNI have a requirement to set up some reports with graphs. in my
    MNasp.net web
    MNsite. However, It would
    MNappear that there are no combination graphs available. IE Bar +
    MNLine.
    MNDoes anyone know, if this is possible with the out of the box
    MNproduct or have some recommendations on how i can acheive this with
    MNa third party product ( free if possible ).
    MN>
    MNThanks in advance.
    MN>


    Comment

    • Microsoft Newsserver

      #3
      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@gmail. comwrote in message
      news:150f6b3033 668ca63093e39bf 19@news.microso ft.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]
      >
      MNI have a requirement to set up some reports with graphs. in my
      MNasp.net web
      MNsite. However, It would
      MNappear that there are no combination graphs available. IE Bar +
      MNLine.
      MNDoes anyone know, if this is possible with the out of the box
      MNproduct or have some recommendations on how i can acheive this with
      MNa third party product ( free if possible ).
      MNMNThanks in advance.
      MN>
      >

      Comment

      Working...