Blazor webassembly reporting framework

abdussalam ashuaebi 1 Reputation point
2022-02-13T17:48:32.38+00:00

I work currently in Point of sales system using Blazor webassembly what I need is reporting framework that allow my clients for create own invoice report esaly.
what is the framework can help me in this ?!

Developer technologies .NET Blazor
{count} votes

1 answer

Sort by: Most helpful
  1. Bruce (SqlWork.com) 77,686 Reputation points Volunteer Moderator
    2022-02-13T20:08:40.633+00:00

    Generally you create a pdf report. Do you have a central server that will generate the invoice, or does the browser need to produce the invoice?

    Server side there are plenty of reporting packages and pdf generators.

    Client-side there are plenty of packages, for example

    https://github.com/tuanpham-dev/react-invoice-generator

    Little for blazor WASM, but the blazor tool vendor may have something. I think the most common right now is JavaScript interop to a js library

    https://openbase.com/categories/js/best-javascript-pdf-generator-libraries


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.