Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Other Discussions
  3. Work Issues
  4. Is Crystal Reports important?

Is Crystal Reports important?

Scheduled Pinned Locked Moved Work Issues
questiondesigndiscussion
3 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • T Offline
    T Offline
    TheJudeDude
    wrote on last edited by
    #1

    I know that in VS2003 that Crystal Reports is available. The question I have is, how important is it to know the intricate details of Crystal Reports these days? I mainly create worksheets in Excel for any reports I do. My clients seem fine with the form, but I am a bit of an Excel design hack. So what do you think? Do you use Crystal Reports in every day programming? If not, what do you do?

    Jude

    B 1 Reply Last reply
    0
    • T TheJudeDude

      I know that in VS2003 that Crystal Reports is available. The question I have is, how important is it to know the intricate details of Crystal Reports these days? I mainly create worksheets in Excel for any reports I do. My clients seem fine with the form, but I am a bit of an Excel design hack. So what do you think? Do you use Crystal Reports in every day programming? If not, what do you do?

      Jude

      B Offline
      B Offline
      Broken Bokken
      wrote on last edited by
      #2

      Well, as a developer, my favorite reporting tool is the ReportViewer in .NET 2.0. You can display tabular data and charts and it has several really helpful features, such as paging and a built in download to excel. The only problem is that out of the box it is built for use with Reporting Services (which I understand to be similar to Crystal Reports). With a little coding, however, you can use any datasource with it. http://www.codeproject.com/KB/cs/microsoftreporting.aspx[^] I've used it with oracle and it works great. I will also do reports on a web page in ASP.NET if I need the user to be able to click a line item and either edit it or view details about the data. It kind of depends what the report needs to do, but IMO, and editable report isn't really a report.

      Broken Bokken http://www.brokenbokken.com

      S 1 Reply Last reply
      0
      • B Broken Bokken

        Well, as a developer, my favorite reporting tool is the ReportViewer in .NET 2.0. You can display tabular data and charts and it has several really helpful features, such as paging and a built in download to excel. The only problem is that out of the box it is built for use with Reporting Services (which I understand to be similar to Crystal Reports). With a little coding, however, you can use any datasource with it. http://www.codeproject.com/KB/cs/microsoftreporting.aspx[^] I've used it with oracle and it works great. I will also do reports on a web page in ASP.NET if I need the user to be able to click a line item and either edit it or view details about the data. It kind of depends what the report needs to do, but IMO, and editable report isn't really a report.

        Broken Bokken http://www.brokenbokken.com

        S Offline
        S Offline
        Spacix One
        wrote on last edited by
        #3

        Remember that ReportViewer is the easiest way for PDF exportation of data in C# :)as the support is .NET 2.0 native and no driver/3rd party classes are needed.


        -Spacix All your skynet questions[^] belong to solved

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups