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. The Lounge
  3. Looking for a Crystal Reports alternative...

Looking for a Crystal Reports alternative...

Scheduled Pinned Locked Moved The Lounge
javascriptcloudcsharplinqcom
45 Posts 33 Posters 11 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.
  • Sander RosselS Offline
    Sander RosselS Offline
    Sander Rossel
    wrote on last edited by
    #1

    Hauled in a new client last week and they're using Crystal Reports. Needless to say, I'm not to happy about that. Luckily, he only has a few reports and he's willing to switch if I come up with a good alternative. The problem is, I don't have any. Looking for lists of alternatives gives me stuff like Power BI, Tableau and Qlick, which are BI tools and not report generators. What I need is a report designer that my client can use to create or modify some reports. I need stuff like invoices and packing slips, one or two A4 pages. Preferably something that also works in the cloud (not the editor, but generating the reports from code). I've seen DevExpress, but I can't really figure out if they have a stand-alone report editor. And because it comes with lots of components, it's quite expensive (the customer, not I, will be paying for the license). Also looking at List & Label, which looks promising. Any experiences with these tools, or other recommendations?

    Best, Sander Azure DevOps Succinctly (free eBook) Azure Serverless Succinctly (free eBook) Migrating Apps to the Cloud with Azure arrgh.js - Bringing LINQ to JavaScript

    S S R J 0 26 Replies Last reply
    0
    • Sander RosselS Sander Rossel

      Hauled in a new client last week and they're using Crystal Reports. Needless to say, I'm not to happy about that. Luckily, he only has a few reports and he's willing to switch if I come up with a good alternative. The problem is, I don't have any. Looking for lists of alternatives gives me stuff like Power BI, Tableau and Qlick, which are BI tools and not report generators. What I need is a report designer that my client can use to create or modify some reports. I need stuff like invoices and packing slips, one or two A4 pages. Preferably something that also works in the cloud (not the editor, but generating the reports from code). I've seen DevExpress, but I can't really figure out if they have a stand-alone report editor. And because it comes with lots of components, it's quite expensive (the customer, not I, will be paying for the license). Also looking at List & Label, which looks promising. Any experiences with these tools, or other recommendations?

      Best, Sander Azure DevOps Succinctly (free eBook) Azure Serverless Succinctly (free eBook) Migrating Apps to the Cloud with Azure arrgh.js - Bringing LINQ to JavaScript

      S Offline
      S Offline
      Sanjay K Gupta
      wrote on last edited by
      #2

      If in report, you need to do a lot of calculations and formatting using different type of datasets and if the current technology related to MS, then you can try 'Microsoft Report Builder". If your reports are simple, you can render the report in html and convert it into pdf using ITextSharp library.

      ___ ___ ___
      |__ |_| |\ | | |_| \ /
      __| | | | \| |__| | | /

      Sander RosselS 1 Reply Last reply
      0
      • Sander RosselS Sander Rossel

        Hauled in a new client last week and they're using Crystal Reports. Needless to say, I'm not to happy about that. Luckily, he only has a few reports and he's willing to switch if I come up with a good alternative. The problem is, I don't have any. Looking for lists of alternatives gives me stuff like Power BI, Tableau and Qlick, which are BI tools and not report generators. What I need is a report designer that my client can use to create or modify some reports. I need stuff like invoices and packing slips, one or two A4 pages. Preferably something that also works in the cloud (not the editor, but generating the reports from code). I've seen DevExpress, but I can't really figure out if they have a stand-alone report editor. And because it comes with lots of components, it's quite expensive (the customer, not I, will be paying for the license). Also looking at List & Label, which looks promising. Any experiences with these tools, or other recommendations?

        Best, Sander Azure DevOps Succinctly (free eBook) Azure Serverless Succinctly (free eBook) Migrating Apps to the Cloud with Azure arrgh.js - Bringing LINQ to JavaScript

        S Offline
        S Offline
        Sandeep Mewara
        wrote on last edited by
        #3

        How about SSRS? Sure you know about it, just in case - [What is SQL Server Reporting Services - SQL Server Reporting Services (SSRS) | Microsoft Learn](https://learn.microsoft.com/en-us/sql/reporting-services/create-deploy-and-manage-mobile-and-paginated-reports)

        Latest CodeProject post: Quick look into Machine Learning workflow How to solve Word Ladder Problem? To read all my blog posts, visit: Learn by Insight...

        R Sander RosselS S 3 Replies Last reply
        0
        • S Sandeep Mewara

          How about SSRS? Sure you know about it, just in case - [What is SQL Server Reporting Services - SQL Server Reporting Services (SSRS) | Microsoft Learn](https://learn.microsoft.com/en-us/sql/reporting-services/create-deploy-and-manage-mobile-and-paginated-reports)

          Latest CodeProject post: Quick look into Machine Learning workflow How to solve Word Ladder Problem? To read all my blog posts, visit: Learn by Insight...

          R Offline
          R Offline
          Richard Deeming
          wrote on last edited by
          #4

          NB: There's no official support from Microsoft for using SSRS in .NET Core or .NET 5+ applications. You'll either need to use the SSRS REST API directly, or use a third-party library such as lkosson/reportviewercore[^]. And even then, there are still limitations[^].


          "These people looked deep within my soul and assigned me a number based on the order in which I joined." - Homer

          1 Reply Last reply
          0
          • Sander RosselS Sander Rossel

            Hauled in a new client last week and they're using Crystal Reports. Needless to say, I'm not to happy about that. Luckily, he only has a few reports and he's willing to switch if I come up with a good alternative. The problem is, I don't have any. Looking for lists of alternatives gives me stuff like Power BI, Tableau and Qlick, which are BI tools and not report generators. What I need is a report designer that my client can use to create or modify some reports. I need stuff like invoices and packing slips, one or two A4 pages. Preferably something that also works in the cloud (not the editor, but generating the reports from code). I've seen DevExpress, but I can't really figure out if they have a stand-alone report editor. And because it comes with lots of components, it's quite expensive (the customer, not I, will be paying for the license). Also looking at List & Label, which looks promising. Any experiences with these tools, or other recommendations?

            Best, Sander Azure DevOps Succinctly (free eBook) Azure Serverless Succinctly (free eBook) Migrating Apps to the Cloud with Azure arrgh.js - Bringing LINQ to JavaScript

            R Offline
            R Offline
            RickZeeland
            wrote on last edited by
            #5

            Maybe: GitHub - FastReports/FastReport: Free Open Source Reporting tool for .NET6/.NET Core/.NET Framework that helps your application generate document-like reports[^]

            Sander RosselS 1 Reply Last reply
            0
            • S Sanjay K Gupta

              If in report, you need to do a lot of calculations and formatting using different type of datasets and if the current technology related to MS, then you can try 'Microsoft Report Builder". If your reports are simple, you can render the report in html and convert it into pdf using ITextSharp library.

              ___ ___ ___
              |__ |_| |\ | | |_| \ /
              __| | | | \| |__| | | /

              Sander RosselS Offline
              Sander RosselS Offline
              Sander Rossel
              wrote on last edited by
              #6

              Microsoft Report Builder doesn't look very state of the art and it doesn't have a cloud native counterpart. It's probably better than Crystal Reports, but I'd still prefer a more modern solution.

              Sanjay K. Gupta wrote:

              If your reports are simple, you can render the report in html and convert it into pdf using ITextSharp library.

              I've tried HTML to PDF in the past and I hate it. HTML simply doesn't know pages or A4 (or A* for that matter) format. A real pain to get right and very limited in regards to headers, footers, fitting a page, etc. Besides, my client could never use something like that, and that's a requirement.

              Best, Sander Azure DevOps Succinctly (free eBook) Azure Serverless Succinctly (free eBook) Migrating Apps to the Cloud with Azure arrgh.js - Bringing LINQ to JavaScript

              S 1 Reply Last reply
              0
              • R RickZeeland

                Maybe: GitHub - FastReports/FastReport: Free Open Source Reporting tool for .NET6/.NET Core/.NET Framework that helps your application generate document-like reports[^]

                Sander RosselS Offline
                Sander RosselS Offline
                Sander Rossel
                wrote on last edited by
                #7

                Thanks, hadn't found that one yet. Added to the long list, which is also kind of the short list due to limited supply :thumbsup:

                Best, Sander Azure DevOps Succinctly (free eBook) Azure Serverless Succinctly (free eBook) Migrating Apps to the Cloud with Azure arrgh.js - Bringing LINQ to JavaScript

                1 Reply Last reply
                0
                • S Sandeep Mewara

                  How about SSRS? Sure you know about it, just in case - [What is SQL Server Reporting Services - SQL Server Reporting Services (SSRS) | Microsoft Learn](https://learn.microsoft.com/en-us/sql/reporting-services/create-deploy-and-manage-mobile-and-paginated-reports)

                  Latest CodeProject post: Quick look into Machine Learning workflow How to solve Word Ladder Problem? To read all my blog posts, visit: Learn by Insight...

                  Sander RosselS Offline
                  Sander RosselS Offline
                  Sander Rossel
                  wrote on last edited by
                  #8

                  Yeah, I know it although I've never used it. Doesn't look very state of the art, and Richard's reply confirms it. It also can't be used in the cloud, which isn't necessary for this particular project, but would really have my preference.

                  Best, Sander Azure DevOps Succinctly (free eBook) Azure Serverless Succinctly (free eBook) Migrating Apps to the Cloud with Azure arrgh.js - Bringing LINQ to JavaScript

                  1 Reply Last reply
                  0
                  • Sander RosselS Sander Rossel

                    Hauled in a new client last week and they're using Crystal Reports. Needless to say, I'm not to happy about that. Luckily, he only has a few reports and he's willing to switch if I come up with a good alternative. The problem is, I don't have any. Looking for lists of alternatives gives me stuff like Power BI, Tableau and Qlick, which are BI tools and not report generators. What I need is a report designer that my client can use to create or modify some reports. I need stuff like invoices and packing slips, one or two A4 pages. Preferably something that also works in the cloud (not the editor, but generating the reports from code). I've seen DevExpress, but I can't really figure out if they have a stand-alone report editor. And because it comes with lots of components, it's quite expensive (the customer, not I, will be paying for the license). Also looking at List & Label, which looks promising. Any experiences with these tools, or other recommendations?

                    Best, Sander Azure DevOps Succinctly (free eBook) Azure Serverless Succinctly (free eBook) Migrating Apps to the Cloud with Azure arrgh.js - Bringing LINQ to JavaScript

                    J Offline
                    J Offline
                    Jorgen Andersson
                    wrote on last edited by
                    #9

                    At my last job I went from Crystal Reports to DevExpress. Was very happy with DevExpress. Especially their support. Probably the only software company where I've experienced consistently good support, ever. Sadly (from my perspective) based in the US, so every support case got an answer the next day.

                    Wrong is evil and must be defeated. - Jeff Ello

                    OriginalGriffO Sander RosselS 2 Replies Last reply
                    0
                    • Sander RosselS Sander Rossel

                      Hauled in a new client last week and they're using Crystal Reports. Needless to say, I'm not to happy about that. Luckily, he only has a few reports and he's willing to switch if I come up with a good alternative. The problem is, I don't have any. Looking for lists of alternatives gives me stuff like Power BI, Tableau and Qlick, which are BI tools and not report generators. What I need is a report designer that my client can use to create or modify some reports. I need stuff like invoices and packing slips, one or two A4 pages. Preferably something that also works in the cloud (not the editor, but generating the reports from code). I've seen DevExpress, but I can't really figure out if they have a stand-alone report editor. And because it comes with lots of components, it's quite expensive (the customer, not I, will be paying for the license). Also looking at List & Label, which looks promising. Any experiences with these tools, or other recommendations?

                      Best, Sander Azure DevOps Succinctly (free eBook) Azure Serverless Succinctly (free eBook) Migrating Apps to the Cloud with Azure arrgh.js - Bringing LINQ to JavaScript

                      0 Offline
                      0 Offline
                      0x01AA
                      wrote on last edited by
                      #10

                      List & Label: combit Software: Award-Winning Reporting Tool for Developers[^]

                      Sander RosselS 1 Reply Last reply
                      0
                      • J Jorgen Andersson

                        At my last job I went from Crystal Reports to DevExpress. Was very happy with DevExpress. Especially their support. Probably the only software company where I've experienced consistently good support, ever. Sadly (from my perspective) based in the US, so every support case got an answer the next day.

                        Wrong is evil and must be defeated. - Jeff Ello

                        OriginalGriffO Offline
                        OriginalGriffO Offline
                        OriginalGriff
                        wrote on last edited by
                        #11

                        Quote:

                        Sadly (from my perspective) based in the US, so every support case got an answer the next day.

                        I know what you mean, but there are exceptions! I emailed AOMEI support (based in Hong Kong) yesterday morning and was expecting a response within the week ... and got a response fixing the problem in under five minutes! Impressed? I most certainly was!

                        "I have no idea what I did, but I'm taking full credit for it." - ThisOldTony "Common sense is so rare these days, it should be classified as a super power" - Random T-shirt AntiTwitter: @DalekDave is now a follower!

                        "I have no idea what I did, but I'm taking full credit for it." - ThisOldTony
                        "Common sense is so rare these days, it should be classified as a super power" - Random T-shirt

                        pkfoxP 1 Reply Last reply
                        0
                        • OriginalGriffO OriginalGriff

                          Quote:

                          Sadly (from my perspective) based in the US, so every support case got an answer the next day.

                          I know what you mean, but there are exceptions! I emailed AOMEI support (based in Hong Kong) yesterday morning and was expecting a response within the week ... and got a response fixing the problem in under five minutes! Impressed? I most certainly was!

                          "I have no idea what I did, but I'm taking full credit for it." - ThisOldTony "Common sense is so rare these days, it should be classified as a super power" - Random T-shirt AntiTwitter: @DalekDave is now a follower!

                          pkfoxP Offline
                          pkfoxP Offline
                          pkfox
                          wrote on last edited by
                          #12

                          they're a Good lot AOMEI

                          Life should not be a journey to the grave with the intention of arriving safely in a pretty and well-preserved body, but rather to skid in broadside in a cloud of smoke, thoroughly used up, totally worn out, and loudly proclaiming “Wow! What a Ride!" - Hunter S Thompson - RIP

                          OriginalGriffO 1 Reply Last reply
                          0
                          • 0 0x01AA

                            List & Label: combit Software: Award-Winning Reporting Tool for Developers[^]

                            Sander RosselS Offline
                            Sander RosselS Offline
                            Sander Rossel
                            wrote on last edited by
                            #13

                            Sander Rossel wrote:

                            Also looking at List & Label, which looks promising.

                            So you're saying they're good?

                            Best, Sander Azure DevOps Succinctly (free eBook) Azure Serverless Succinctly (free eBook) Migrating Apps to the Cloud with Azure arrgh.js - Bringing LINQ to JavaScript

                            0 1 Reply Last reply
                            0
                            • J Jorgen Andersson

                              At my last job I went from Crystal Reports to DevExpress. Was very happy with DevExpress. Especially their support. Probably the only software company where I've experienced consistently good support, ever. Sadly (from my perspective) based in the US, so every support case got an answer the next day.

                              Wrong is evil and must be defeated. - Jeff Ello

                              Sander RosselS Offline
                              Sander RosselS Offline
                              Sander Rossel
                              wrote on last edited by
                              #14

                              Yeah, I've used their WinForms components in the past. Impressed with both their tools and their support. Does it come with a stand-alone report editor? As I understand it, I need to embed their editor in my software (which isn't a problem if it's easy). I'm pretty sure it works in the cloud too.

                              Best, Sander Azure DevOps Succinctly (free eBook) Azure Serverless Succinctly (free eBook) Migrating Apps to the Cloud with Azure arrgh.js - Bringing LINQ to JavaScript

                              J 2 Replies Last reply
                              0
                              • Sander RosselS Sander Rossel

                                Sander Rossel wrote:

                                Also looking at List & Label, which looks promising.

                                So you're saying they're good?

                                Best, Sander Azure DevOps Succinctly (free eBook) Azure Serverless Succinctly (free eBook) Migrating Apps to the Cloud with Azure arrgh.js - Bringing LINQ to JavaScript

                                0 Offline
                                0 Offline
                                0x01AA
                                wrote on last edited by
                                #15

                                I don't use it actually, I only had to have a look to it for evaluation. Personally I like: a.) A felxible licensing system, especally also for the designers. b.) Web and native support (if I remember correctly) c.) Moderate prices

                                1 Reply Last reply
                                0
                                • pkfoxP pkfox

                                  they're a Good lot AOMEI

                                  Life should not be a journey to the grave with the intention of arriving safely in a pretty and well-preserved body, but rather to skid in broadside in a cloud of smoke, thoroughly used up, totally worn out, and loudly proclaiming “Wow! What a Ride!" - Hunter S Thompson - RIP

                                  OriginalGriffO Offline
                                  OriginalGriffO Offline
                                  OriginalGriff
                                  wrote on last edited by
                                  #16

                                  Quick too - I just received an email notifying me that the support ticket had been raised! That's 28 hours after I got the response fixing the problem. :-D

                                  "I have no idea what I did, but I'm taking full credit for it." - ThisOldTony "Common sense is so rare these days, it should be classified as a super power" - Random T-shirt AntiTwitter: @DalekDave is now a follower!

                                  "I have no idea what I did, but I'm taking full credit for it." - ThisOldTony
                                  "Common sense is so rare these days, it should be classified as a super power" - Random T-shirt

                                  D 1 Reply Last reply
                                  0
                                  • Sander RosselS Sander Rossel

                                    Yeah, I've used their WinForms components in the past. Impressed with both their tools and their support. Does it come with a stand-alone report editor? As I understand it, I need to embed their editor in my software (which isn't a problem if it's easy). I'm pretty sure it works in the cloud too.

                                    Best, Sander Azure DevOps Succinctly (free eBook) Azure Serverless Succinctly (free eBook) Migrating Apps to the Cloud with Azure arrgh.js - Bringing LINQ to JavaScript

                                    J Offline
                                    J Offline
                                    Jorgen Andersson
                                    wrote on last edited by
                                    #17

                                    Sander Rossel wrote:

                                    Does it come with a stand-alone report editor?

                                    When I used it I made the basic design in Visual Studio. Then users can change columns, rows and data from the dataset in real time (if you allow it) before exporting to whichever format they want. (Except powerpoint, well atleast it didn't use to be supported) I understand that nowadays there's a standalone reporting server where clients can design their own reports. But I doubt this is what you want as it's prohibitively expensive. There's probably many more changes, but I don't really know since I'm backend nowadays.

                                    Wrong is evil and must be defeated. - Jeff Ello

                                    1 Reply Last reply
                                    0
                                    • Sander RosselS Sander Rossel

                                      Yeah, I've used their WinForms components in the past. Impressed with both their tools and their support. Does it come with a stand-alone report editor? As I understand it, I need to embed their editor in my software (which isn't a problem if it's easy). I'm pretty sure it works in the cloud too.

                                      Best, Sander Azure DevOps Succinctly (free eBook) Azure Serverless Succinctly (free eBook) Migrating Apps to the Cloud with Azure arrgh.js - Bringing LINQ to JavaScript

                                      J Offline
                                      J Offline
                                      Jorgen Andersson
                                      wrote on last edited by
                                      #18

                                      Looked it up. Yes there's an end user report designer that you can embed in your website. But you don't need to use it.

                                      Wrong is evil and must be defeated. - Jeff Ello

                                      1 Reply Last reply
                                      0
                                      • Sander RosselS Sander Rossel

                                        Hauled in a new client last week and they're using Crystal Reports. Needless to say, I'm not to happy about that. Luckily, he only has a few reports and he's willing to switch if I come up with a good alternative. The problem is, I don't have any. Looking for lists of alternatives gives me stuff like Power BI, Tableau and Qlick, which are BI tools and not report generators. What I need is a report designer that my client can use to create or modify some reports. I need stuff like invoices and packing slips, one or two A4 pages. Preferably something that also works in the cloud (not the editor, but generating the reports from code). I've seen DevExpress, but I can't really figure out if they have a stand-alone report editor. And because it comes with lots of components, it's quite expensive (the customer, not I, will be paying for the license). Also looking at List & Label, which looks promising. Any experiences with these tools, or other recommendations?

                                        Best, Sander Azure DevOps Succinctly (free eBook) Azure Serverless Succinctly (free eBook) Migrating Apps to the Cloud with Azure arrgh.js - Bringing LINQ to JavaScript

                                        abmvA Offline
                                        abmvA Offline
                                        abmv
                                        wrote on last edited by
                                        #19

                                        You can check out Stimulsoft Reports ( you may have a desktop app ) --- [Stimulsoft Reports.NET - Stimulsoft](https://www.stimulsoft.com/en/products/reports-net). It has a designer component and a runtime component(report viewer). You design the report drop it in a folder. You pick it up and render it in your code via the viewer. You give the designer to client if he needs. you code some settings or wizard to add new reports. client is happy and so are you ..they have for web and other languages and frameworks also ([Stimulsoft Reports](https://www.stimulsoft.com/en/products/reports).)

                                        Caveat Emptor. "Progress doesn't come from early risers – progress is made by lazy men looking for easier ways to do things." Lazarus Long

                                        We are in the beginning of a mass extinction. - Greta Thunberg

                                        1 Reply Last reply
                                        0
                                        • Sander RosselS Sander Rossel

                                          Hauled in a new client last week and they're using Crystal Reports. Needless to say, I'm not to happy about that. Luckily, he only has a few reports and he's willing to switch if I come up with a good alternative. The problem is, I don't have any. Looking for lists of alternatives gives me stuff like Power BI, Tableau and Qlick, which are BI tools and not report generators. What I need is a report designer that my client can use to create or modify some reports. I need stuff like invoices and packing slips, one or two A4 pages. Preferably something that also works in the cloud (not the editor, but generating the reports from code). I've seen DevExpress, but I can't really figure out if they have a stand-alone report editor. And because it comes with lots of components, it's quite expensive (the customer, not I, will be paying for the license). Also looking at List & Label, which looks promising. Any experiences with these tools, or other recommendations?

                                          Best, Sander Azure DevOps Succinctly (free eBook) Azure Serverless Succinctly (free eBook) Migrating Apps to the Cloud with Azure arrgh.js - Bringing LINQ to JavaScript

                                          J Offline
                                          J Offline
                                          Jeremy Falcon
                                          wrote on last edited by
                                          #20

                                          Yeah, make a web app and tell Crystal Reports or anything like it to go bye bye. :-D

                                          Jeremy Falcon

                                          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