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
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. Web Development
  3. ASP.NET
  4. Reporting ahhhhh!

Reporting ahhhhh!

Scheduled Pinned Locked Moved ASP.NET
csharphtmlasp-netbusinessperformance
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.
  • A Offline
    A Offline
    AndyBrew70
    wrote on last edited by
    #1

    Hi We have been developing a ASP.NET 1.1 business management system over the last few months and have now delayed the inevitable long enough, reporting??? In the past we have used TallComponents TallPdf to produce reports in PDF format which works well although the object model is a bit tedious to work with at times and reporting writing can be a time consuming task. However once written it was ideal, we could produce a PDF document with the report contained store it within the archive and send it to the client, email it as an attachment etc etc etc. So the issue is, we would now like a product that has some form of report designer interface to speed up report development, but has also a code based object model, and once the report is built output it in several formats i.e. html, pdf, word, excel, rtf etc. that can be saved in the report archive and dealt with as required :) So anybody had any experience of this process and maybe have a recommendation?? Many thanks in advance Andy

    P L 2 Replies Last reply
    0
    • A AndyBrew70

      Hi We have been developing a ASP.NET 1.1 business management system over the last few months and have now delayed the inevitable long enough, reporting??? In the past we have used TallComponents TallPdf to produce reports in PDF format which works well although the object model is a bit tedious to work with at times and reporting writing can be a time consuming task. However once written it was ideal, we could produce a PDF document with the report contained store it within the archive and send it to the client, email it as an attachment etc etc etc. So the issue is, we would now like a product that has some form of report designer interface to speed up report development, but has also a code based object model, and once the report is built output it in several formats i.e. html, pdf, word, excel, rtf etc. that can be saved in the report archive and dealt with as required :) So anybody had any experience of this process and maybe have a recommendation?? Many thanks in advance Andy

      P Offline
      P Offline
      Paddy Boyd
      wrote on last edited by
      #2

      SQL Server Reporting Services - really pretty decent as these things go.

      1 Reply Last reply
      0
      • A AndyBrew70

        Hi We have been developing a ASP.NET 1.1 business management system over the last few months and have now delayed the inevitable long enough, reporting??? In the past we have used TallComponents TallPdf to produce reports in PDF format which works well although the object model is a bit tedious to work with at times and reporting writing can be a time consuming task. However once written it was ideal, we could produce a PDF document with the report contained store it within the archive and send it to the client, email it as an attachment etc etc etc. So the issue is, we would now like a product that has some form of report designer interface to speed up report development, but has also a code based object model, and once the report is built output it in several formats i.e. html, pdf, word, excel, rtf etc. that can be saved in the report archive and dealt with as required :) So anybody had any experience of this process and maybe have a recommendation?? Many thanks in advance Andy

        L Offline
        L Offline
        l0kke
        wrote on last edited by
        #3

        Go for MS Reporting services. If you already have licensed MS SQL Server, then it is ideal, because reporting services are part of ms sql server. What I like the most on Reporting services reports is that they are stored in RDL (report definition language) what is open xml format, so you can do with your report programmaticaly whatever you want. ReportViewer control (it is part of VS 2005, or is free to download from microsoft) supports several output formats, from ones you stated are not suported word formats. But you always can write your own rendering extension for reporting services, as format is open and extensions are easy to integrate. Another option could be Crystal reports, but I'm not so happy with it. I deffinitely prefer reporting services. Pilo

        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