-
Notifications
You must be signed in to change notification settings - Fork 122
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Blazor Web Assembly Support. #56
Comments
Hello, Please provide a full stack trace of the exception. I know little about Blazor, but chances of RV compiled to WebAssembly working are slim; most likely limited to HTML, DOCX and XLSX formats only - mostly due to heavy reliance on native Windows DLLs for page layout and typography. |
Hi And the error is like as follows All in Textual format Note :- I also tried with html, excel format also... Same error. Regards, |
Most likely ReportViewer won't work in Blazor. While the error you've encountered can be fixed (call to Process.GetCurrentProcess() can be removed or guarded when running in Blazor), report compilation using Roslyn won't work due to issues similar to reported in #49 regarding single-exe deployment. Nevertheless, I'll fix the call in upcoming version. Perhaps at some time I'll come up with a solution to both issues. |
@lkosson , Thanks & Regards, |
Apart from bypassing I'll leave the issue open, perhaps someone can pick it up and maintain such fork of this project. |
I'm working with it on Blazor Server Side, API .NET Core and Front End in Blazor Server Side. This work perfectly, try to put the report.rdlc on [wwwroot] folder in the API project: Then, in the , create a generic report base, in the controller just call this report base. then from the controller call the report Sorry for the spanish words on the pics |
Did it work on Blazor Server Side & Docker & Linux? An unhandled exception occurred while processing the request. LocalProcessingException: An error occurred during local report processing. This is the part of my Dockerfile. RUN apt-get update |
It looks like you are using Linux version of .NET. PDF rendering won't work in such environment. You have to use .NET for Windows with Wine. See "Linux rendering workaround" section in readme. |
I understood your reply. |
Hi @lkosson,
Am trying to generate report in Blazor Client side (WebAssembly), Got Unsupported platform exception. Do you have any roadmap to to support webassembly (Mono engine)?
Easwar
The text was updated successfully, but these errors were encountered: