Looking for a Crystal Reports alternative...
-
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
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!
-
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
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
-
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
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
-
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
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
-
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
Yeah, make a web app and tell Crystal Reports or anything like it to go bye bye. :-D
Jeremy Falcon
-
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
I have been using DevExpress for the past 5 years and can attest to the high quality of their development tools, especially the reporting bits. :thumbsup: Further, as you probably know already, there is a huge knowledge base of resources/training material available for their components, which is really important if your client will be 'hands-on' with it. Firstly, I am not a robot! I've used Crystal Reports/Crytal Decisions/Business Objects for over 23 years now. It's great for desktop applications, but the web components suck. X| Secondly, I've tried a few other DIY reporting tools/dashboard builders (asprunner.net, SAP, SSRS, etc.) over the years but they all had shortcomings or wouldn't work for cloud solutions. I'm now using DevExpress components in both desktop and web-based reporting projects and couldn't be happier. Reports are designed against a spreadsheet and the datasource is swapped at runtime to a datatable. We haven't tried the runtime report designer yet as our customers have no desire to do anything like that. After singing their praises, let me also list the cons: 0: Fairly expensive, however it's a one-time fee. (unless you want updates after the first year) 1: The components are 'weighty' with interdependencies...it will add noticeable time to startups/compiles during your debugging sessions. Overall, it's a matter of getting what you pay for. I bought the whole suite and have mostly focused on using the reporting (grids, pivots, reports, charts) components. It has already paid for itself many times over. :)
"Go forth into the source" - Neal Morse "Hope is contagious"
-
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 knew the Chinese were advanced in physics, but I didn't realise that they had invented a Time Machine! :omg:
Freedom is the freedom to say that two plus two make four. If that is granted, all else follows. -- 6079 Smith W.
-
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
Please stay away from MS reports and the SSRS. It's even bigger mess than CR(and that says a LOT!), but without CR many futures.
Advertise here – minimum three posts per day are guaranteed.
-
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...
It's almost out of support. No new futures from years. Doesn't work good with invoice-type documents with a lot of logic.
Advertise here – minimum three posts per day are guaranteed.
-
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
What you need, is a Crystal Reports, that can hold tables. A Crystal Reports that the client can code in a widely used scripting language. You need a report generator that is has a free runtime. And MS Access did not cross your mind? There's a lot of courses teaching MS Access, it is ubiquitous. It does reporting and can hold the data it is basing the reports on too. Exporting to MS Word and PDF is free. That works for everyone who has a Windows-license, just Linux users miss out here.
Bastard Programmer from Hell :suss: "If you just follow the bacon Eddy, wherever it leads you, then you won't have to think about politics." -- Some Bell.
-
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
No recommendation - I used SSRS in my day but I have to laugh, you think your user (power or not) is going to create or modify reports. Never happened in 30+ years of building solutions.
Never underestimate the power of human stupidity - RAH I'm old. I know stuff - JSOP
-
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
DevExpress' report designer is amazing but it seems like you have to write a WinForm app that wraps it as from what I'm reading, they don't have a separate stand-alone designer anymore. But the post I was reading is five years old. Still, you'd think they would provide something.
Latest Article:
SVG Grids: Squares, Triangles, Hexagons with scrolling, sprites and simple animation examples -
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
Some years since I used it and I haven't kept up to date as the project was pulled, but I used Jasper Reports in the past with some success. Not sure if it fits what you want but it runs on its own server (so can be cloud hosted) and doesn't tie itself to any particular back-end. Just a thought!
-
What you need, is a Crystal Reports, that can hold tables. A Crystal Reports that the client can code in a widely used scripting language. You need a report generator that is has a free runtime. And MS Access did not cross your mind? There's a lot of courses teaching MS Access, it is ubiquitous. It does reporting and can hold the data it is basing the reports on too. Exporting to MS Word and PDF is free. That works for everyone who has a Windows-license, just Linux users miss out here.
Bastard Programmer from Hell :suss: "If you just follow the bacon Eddy, wherever it leads you, then you won't have to think about politics." -- Some Bell.
Eddy Vluggen wrote:
MS Access did not cross your mind?
MS Access never crosses my mind to be honest :~
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
-
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
Take a look at DataFlex Reports which from usage persective is quite similar to Crystal Reports. See this link
-
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
I'm using Bolt.:suss: This is made by Syncfusion. So far I am happy with it. The main issue with a reporting tool is that you are locked in. A report created in one tool doesn't work in another.:mad:
-
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
I was in the same situation as you. I ended up making my own solution. The user can create new reports and decide who has the right to see them. The internal test demo is at https://www.mymetric.net:444/
(www.mymetric.net is under construction)
If you have additional questions, let me know igor.laktic@gmail.com. -
Eddy Vluggen wrote:
MS Access did not cross your mind?
MS Access never crosses my mind to be honest :~
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
-
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
I have been using Crystal Reports for 20 years of developing desktop applications. I really liked the ability to create just about any type of report I needed and the ability to keep the report definitions separate from the application. However, since it is COM based, .Net 6 forced me to look for an alternative. I am currently testing Telerik Reporting. Like Crystal Reports, it has a stand-alone designer (as well as a VS extension). Also, like Crystal Reports, it allows me to keep the report definitions separate from the application allowing me to simply distribute TRDP files when reports change. It does an OK job on converting your existing RPT files to TRDP format. The interface is not as user friendly as CR but I'm getting used to it.
-
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
You should try FastReport it's amazing, I switched to it about 10 years ago.