Looking for a Crystal Reports alternative...
-
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
-
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
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.
___ ___ ___
|__ |_| |\ | | |_| \ /
__| | | | \| |__| | | / -
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
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...
-
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...
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
-
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
-
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.
___ ___ ___
|__ |_| |\ | | |_| \ /
__| | | | \| |__| | | /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
-
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
-
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...
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
-
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
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
-
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
-
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
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!
-
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!
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
-
List & Label: combit Software: Award-Winning Reporting Tool for Developers[^]
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
-
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
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:
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
-
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