Wow. When you created the winforms project, I was like why? You just created it to import the report and datasource. That's awesome!!!
@marceloleoncaceres68265 ай бұрын
Great video, thanks for sharing it
@doTNETMania4 ай бұрын
Thanks for watching
@mizanurrahaman10564 ай бұрын
Excellent video.Thanks!!
@philibertande30972 жыл бұрын
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 Жыл бұрын
hi Philibert Ande, were you able to find out the answer to this?
@sagarkumarchoudhury8119Ай бұрын
You need to install the vs extension for rdlc engine, then you can able to find it.
@Mr.X.034 жыл бұрын
Great implementation. Thanks a lot. Waiting for RDLC blazor for a long time. This tutorial helps me a lot. Thanks Again. :)
@doTNETMania4 жыл бұрын
Thanks for watching my video. Please Stay Connected.
@angeloangeloqquiambao4063 жыл бұрын
This is what I've been looking for. Thank you very much.
@doTNETMania3 жыл бұрын
You're welcome!
@alkishadjinicolaou58314 жыл бұрын
Excellent video.Thanks!! Very helpful!
@alkishadjinicolaou58314 жыл бұрын
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.'
@SiyaMedia3 жыл бұрын
@@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
@ahmadbasique77433 жыл бұрын
thank you very much . helped me a lot
@imadabab9 ай бұрын
Excellent Tutorial. Thanks a lot for sharing. But I'm using VS 2022, I can't find Report Windows Forms Application. Please advise.
@chhinsras4 жыл бұрын
and what about blazor wasm. is it working the same
@chhinsras4 жыл бұрын
Bravo! what about report viewer in blazor
@andyleerogers3 жыл бұрын
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'
@celiaambriz6713 жыл бұрын
CHHIN Sras the same question for me please, what about report in blazor wasm¡¡ this tutorial is work for that too?
@doTNETMania3 жыл бұрын
Yes, it will work in Blazor WASM
@pradm7772 жыл бұрын
Is this wrk web assembly 6
@fredericespacia35463 жыл бұрын
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!
@chhinsras3 жыл бұрын
Will it work developing on macOS
@SysDev05053 жыл бұрын
Not work with expressions and inside code
@hermangaete21563 жыл бұрын
what meaning RDLC? it works if i used in mobile apps/android?
@doTNETMania3 жыл бұрын
Microsoft Reporting tools. RDLC- Report Definition Language Client Side.
@coolwaterdvr2 жыл бұрын
Api error. localhost refuses to connect. I'm using blazor net 6. any ideas?
@mustafaahmed72963 жыл бұрын
Hi, it works well with GET request but doesn't work with POST, Any solution please!
@victorjohan12503 жыл бұрын
How can I solve this error "AspNetCore.Reporting.LocalReport..ctor (string reportPath)" when I publish the application in azure
@victorjohan12503 жыл бұрын
How can I fix the column header?
@wenderitachi3 жыл бұрын
Sorry, but not working when I have two report, when i try to donwload the other not working
@doTNETMania3 жыл бұрын
No problem in Multiple Report generation. Please specify your problem.
@wenderitachi3 жыл бұрын
@@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¨
@wenderitachi3 жыл бұрын
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)
@lantiguav3 жыл бұрын
I have the same problem. I guess it's a bug of AspNetCore.Reporting package.
@wenderitachi3 жыл бұрын
@@lantiguav Microsoft.Reporting.NETCore this save my day
@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.