How to Create RDLC Report in Blazor | Blazor Reporting Tools

  Рет қаралды 25,380

doT NET Mania

doT NET Mania

Күн бұрын

Пікірлер: 47
@Punchatori
@Punchatori Жыл бұрын
Wow. When you created the winforms project, I was like why? You just created it to import the report and datasource. That's awesome!!!
@marceloleoncaceres6826
@marceloleoncaceres6826 5 ай бұрын
Great video, thanks for sharing it
@doTNETMania
@doTNETMania 4 ай бұрын
Thanks for watching
@mizanurrahaman1056
@mizanurrahaman1056 4 ай бұрын
Excellent video.Thanks!!
@philibertande3097
@philibertande3097 2 жыл бұрын
Thank you for your video! I tried with the 3.1 target framework it was working fine. However I have a question which is very important when using the now most used NET6 framework for the blazor server app there is an Issue! It cannot find the RDLC file. Have you been trying the same video with ;Visual studio 2022 NET 6, if so what do we need to do to make it work with a NET6 Blazor server app THANK YOU!
@diki8236
@diki8236 Жыл бұрын
hi Philibert Ande, were you able to find out the answer to this?
@sagarkumarchoudhury8119
@sagarkumarchoudhury8119 Ай бұрын
You need to install the vs extension for rdlc engine, then you can able to find it.
@Mr.X.03
@Mr.X.03 4 жыл бұрын
Great implementation. Thanks a lot. Waiting for RDLC blazor for a long time. This tutorial helps me a lot. Thanks Again. :)
@doTNETMania
@doTNETMania 4 жыл бұрын
Thanks for watching my video. Please Stay Connected.
@angeloangeloqquiambao406
@angeloangeloqquiambao406 3 жыл бұрын
This is what I've been looking for. Thank you very much.
@doTNETMania
@doTNETMania 3 жыл бұрын
You're welcome!
@alkishadjinicolaou5831
@alkishadjinicolaou5831 4 жыл бұрын
Excellent video.Thanks!! Very helpful!
@alkishadjinicolaou5831
@alkishadjinicolaou5831 4 жыл бұрын
One question though. Do you know why I get the following error ? AspNetCore.Reporting.LocalProcessingException: 'An error occurred during local report processing.;An error has occurred during report processing. Query execution failed for dataset 'DataSet1'. Format of the initialization string does not conform to specification starting at index 0.'
@SiyaMedia
@SiyaMedia 3 жыл бұрын
@@alkishadjinicolaou5831 similar error happened for me and the issue was the name of the dataset didn't match the name specified in this line localReport.AddDataSource.. in the controller, so from the example the name of the dataset would be dsEmployee while in the controller it would be dsEmployeeInfo, hope that helps
@ahmadbasique7743
@ahmadbasique7743 3 жыл бұрын
thank you very much . helped me a lot
@imadabab
@imadabab 9 ай бұрын
Excellent Tutorial. Thanks a lot for sharing. But I'm using VS 2022, I can't find Report Windows Forms Application. Please advise.
@chhinsras
@chhinsras 4 жыл бұрын
and what about blazor wasm. is it working the same
@chhinsras
@chhinsras 4 жыл бұрын
Bravo! what about report viewer in blazor
@andyleerogers
@andyleerogers 3 жыл бұрын
Really helpful but have you ever managed to display a chart or similar? Everything going well until I tried to insert a Gauge Chart. No charts are being rendered. Error: 'Could not load file or assembly system.windows.forms version 4.0.0.0'
@celiaambriz671
@celiaambriz671 3 жыл бұрын
CHHIN Sras the same question for me please, what about report in blazor wasm¡¡ this tutorial is work for that too?
@doTNETMania
@doTNETMania 3 жыл бұрын
Yes, it will work in Blazor WASM
@pradm777
@pradm777 2 жыл бұрын
Is this wrk web assembly 6
@fredericespacia3546
@fredericespacia3546 3 жыл бұрын
Hello Dot Net Mania Team, I loved your video about rendering an RDLC Report in Blazor, I was wondering if you could demonstrate how to render an RDLC Report that has subreports in Blazor, that would be truly beneficial! Thanks in advance and God bless!
@chhinsras
@chhinsras 3 жыл бұрын
Will it work developing on macOS
@SysDev0505
@SysDev0505 3 жыл бұрын
Not work with expressions and inside code
@hermangaete2156
@hermangaete2156 3 жыл бұрын
what meaning RDLC? it works if i used in mobile apps/android?
@doTNETMania
@doTNETMania 3 жыл бұрын
Microsoft Reporting tools. RDLC- Report Definition Language Client Side.
@coolwaterdvr
@coolwaterdvr 2 жыл бұрын
Api error. localhost refuses to connect. I'm using blazor net 6. any ideas?
@mustafaahmed7296
@mustafaahmed7296 3 жыл бұрын
Hi, it works well with GET request but doesn't work with POST, Any solution please!
@victorjohan1250
@victorjohan1250 3 жыл бұрын
How can I solve this error "AspNetCore.Reporting.LocalReport..ctor (string reportPath)" when I publish the application in azure
@victorjohan1250
@victorjohan1250 3 жыл бұрын
How can I fix the column header?
@wenderitachi
@wenderitachi 3 жыл бұрын
Sorry, but not working when I have two report, when i try to donwload the other not working
@doTNETMania
@doTNETMania 3 жыл бұрын
No problem in Multiple Report generation. Please specify your problem.
@wenderitachi
@wenderitachi 3 жыл бұрын
@@doTNETMania The problem is strange, I have two rdlc reports A and B, when I start the program and download report A I have no problem, but then when I try to download B a problem is generated ... The strange thing is that when starting the program I download B I can do it without problem but when I try to download A I have the same error of "reference to an invalid instance¨
@wenderitachi
@wenderitachi 3 жыл бұрын
at AspNetCore.Reporting.InternalLocalReport.InternalRender(String format, Boolean allowInternalRenderers, String deviceInfo, PageCountMode pageCountMode, CreateAndRegisterStream createStreamCallback, Warning[]& warnings) at AspNetCore.Reporting.InternalLocalReport.InternalRender(String format, Boolean allowInternalRenderers, String deviceInfo, PageCountMode pageCountMode, String& mimeType, String& encoding, String& fileNameExtension, String[]& streams, Warning[]& warnings) at AspNetCore.Reporting.InternalLocalReport.Render(String format, String deviceInfo, PageCountMode pageCountMode, String& mimeType, String& encoding, String& fileNameExtension, String[]& streams, Warning[]& warnings)
@lantiguav
@lantiguav 3 жыл бұрын
I have the same problem. I guess it's a bug of AspNetCore.Reporting package.
@wenderitachi
@wenderitachi 3 жыл бұрын
@@lantiguav Microsoft.Reporting.NETCore this save my day
@adolfovanegas7802
@adolfovanegas7802 Жыл бұрын
Porque no haces uno con sub totales, imágenes y otros elementos más complejos como sub reportes, así 7no puede evaluar mejor esta herramienta. Me parece mucho código para un resultado muy básico.
@wisamidris
@wisamidris 2 жыл бұрын
Thanks
@youssefkassem6450
@youssefkassem6450 3 жыл бұрын
is it a free tool or i need a license
@doTNETMania
@doTNETMania 3 жыл бұрын
Free to use
@blazorSQL
@blazorSQL 7 ай бұрын
It's just converted RDLC report to PDF file.
@muhammadwahid4130
@muhammadwahid4130 Жыл бұрын
Can i get the source code please
How to Print Receipt in ASP.NET Core using RDLC Report
11:59
doT NET Mania
Рет қаралды 20 М.
RDLC Sub Report in ASP.NET Core | Microsoft.ReportViewer.NETCore
19:19
AshProgHelp - Programming Help
Рет қаралды 18 М.
Cat mode and a glass of water #family #humor #fun
00:22
Kotiki_Z
Рет қаралды 42 МЛН
It works #beatbox #tiktok
00:34
BeatboxJCOP
Рет қаралды 41 МЛН
Try this prank with your friends 😂 @karina-kola
00:18
Andrey Grechka
Рет қаралды 9 МЛН
RDLC Report in ASP.NET Core | RDLC Group & Parameter Pass
28:09
doT NET Mania
Рет қаралды 19 М.
How to Create RDLC Report in ASP.NET Core | AshProgHelp
21:54
AshProgHelp - Programming Help
Рет қаралды 37 М.
Microsoft Blazor .net 8 with RDLC Report
16:19
SmartappLK Learning Studies
Рет қаралды 3,8 М.
Top 5 Free Blazor Resources (plus a couple of extras)
17:32
IAmTimCorey
Рет қаралды 74 М.
Load Menu & Sub Menu From Database in Blazor | Blazor Dynamic Menu
27:21
AshProgHelp - Programming Help
Рет қаралды 26 М.
Customize report viewer in Blazor application
13:36
Biswa Ranjan
Рет қаралды 9 М.
Building .NET Hybrid Apps with Blazor
29:15
dotnet
Рет қаралды 57 М.
Blazor PDF Viewer | PDF Generate | PDF Download
28:46
doT NET Mania
Рет қаралды 10 М.
Blazor Custom Report Viewer & Print Report
12:10
doT NET Mania
Рет қаралды 12 М.
Cat mode and a glass of water #family #humor #fun
00:22
Kotiki_Z
Рет қаралды 42 МЛН