Great video. I could implement my own solution on top of the .Net 6 by following this video. And I created a little modification to implementation, I sent the .pdf -document to printer instead of returning it as content of the response.
How to solve this error in .net 6 System.Security.VerificationException: 'Method System.Security.Policy.Evidence.AddHostEvidence: type argument 'System.Security.Policy.Zone' violates the constraint of type parameter 'T'.'
Wonderfull Demo. I am just facing an issue on localreport file path System.IO.FileNotFoundException Could not load file File permission is also given and report file is also set for content and copy always
Please check with the below file for your reference, copy and try the same, it should work fine. github.com/jantech/RdlcWebApi/blob/master/RdlcWebApi/ReportFiles/Report.rdlc Or clone the repo and try at your local github.com/jantech/RdlcWebApi
Dear Jagan, Thank you very much for demo, I have an api in .net 6 and facing below error System.Security.Policy.Evidence.AddHostEvidence: type argument 'System.Security.Policy.Zone' violates the constraint of type
Hey Jagan, i think this library probably has a bug, when i put some validations or when i put a parameter in my rdlc file then show a error, but when i remove the validations work well, the error is: AspNetCore.Reporting.LocalProcessingException: An error occurred during local report processing.;An unexpected error occurred in Report Processing. Index was outside the bounds of the array. PLEASE help me with that error, i was searching for the solution but i didn't find the solution, my application target framework is .Net Core 3.1
This doesn’t work if you call the report with a different RDLC definition. There is an error on local report with a null object when the report.execution operation runs.
Hi Kevin, this method is verified and it’s working fine as displayed in video. Kindly check out GitHub repo link attached on the video description along with the video watch again, will get things done! Also there is another video which explains how reports are configured, kindly check that one as well! If that too not working, kindly share the error, will check what went wrong! Thanks, kindly subscribe and support also share it with your friends and fellow developers, thanks
Sir rdlc report in multiple languages (tamil and Hindi) possible ahh naanga pandra projectla report vathu data base base pani englishla matum tha varuthu engaluku Tamil and Hindi la venum possible ahh sir apdi irutha link send panuga sir
Added new video for the multiple language support , Please check out below link ruclips.net/video/jrVIJEE1Vso/видео.html Please subscribe and support and share it with your friends
Great demonstration dear Jagan Thanks a lot.
Thank you from Guatemala, Nice video!
Please subscribe and support
Thank you from Argentina, it was of great help. Hope microsoft implements something native for rdlc and net core in the future but this works :D
Please subscribe and support
Great video. I could implement my own solution on top of the .Net 6 by following this video. And I created a little modification to implementation, I sent the .pdf -document to printer instead of returning it as content of the response.
Thank you very much. This video is helpful for me
How to solve this error in .net 6
System.Security.VerificationException: 'Method System.Security.Policy.Evidence.AddHostEvidence: type argument 'System.Security.Policy.Zone' violates the constraint of type parameter 'T'.'
when we have concurrent report process .. report data is changing... Its saying in that blog also... do u have any experience like that
Thank you soo much it was really helpful to me
can you print reports from SSRS as well? with RDL format?
Great explanation, you helped me a lot
Thank you, please subscribe and share it with your friends for more subscribers! It would help and motivate me to do more contents!👍🏼
in this project we can not create rdlc new file how to create rdlc file instead of copy of rdlc report?
HI brother, Is possible using "object" datasource inside web platform?
Wonderfull Demo. I am just facing an issue on localreport file path System.IO.FileNotFoundException Could not load file File permission is also given and report file is also set for content and copy always
Kindly verify the local report file is there in application execution path e.g: bin/debug folder
@@JAGANDIGITECH Yes its there
Hello, i can't add new data source, when i right with on DataSource not display noting
Please check with the below file for your reference, copy and try the same, it should work fine.
github.com/jantech/RdlcWebApi/blob/master/RdlcWebApi/ReportFiles/Report.rdlc
Or clone the repo and try at your local
github.com/jantech/RdlcWebApi
@@JAGANDIGITECH By the way, this article help me a lot, i share your video and your article in some development group
Same Here. :(
Dear Jagan, Thank you very much for demo, I have an api in .net 6 and facing below error
System.Security.Policy.Evidence.AddHostEvidence: type argument 'System.Security.Policy.Zone' violates the constraint of type
Let me check and update! Please subscribe and support
@@JAGANDIGITECH Yes i did and will wait for your reply in .net 6 it working fine in .net 5
@@JAGANDIGITECH if you don't mind , can i expect solution sooner or later ?
Hie , can i know how to pass multiple datasets in the report.AddDataSource("DataSet2", dataTable) and excute in rdlc
yes but you have to use seperate table in rdlc design.
Hey Jagan, i think this library probably has a bug, when i put some validations or when i put a parameter in my rdlc file then show a error, but when i remove the validations work well, the error is: AspNetCore.Reporting.LocalProcessingException: An error occurred during local report processing.;An unexpected error occurred in Report Processing. Index was outside the bounds of the array. PLEASE help me with that error, i was searching for the solution but i didn't find the solution, my application target framework is .Net Core 3.1
Kindly try updating the version of library, or share the GitHub repo link, I try to check, thanks
Hi, doesn't that works in net 6?
thank you very much
HOW TO GET DATA FROM STORED PROCEDUR AND ADD DATA SET IN RDLC REPORT?
can u please let me know how should i have use this in Angular service calling
Sure , will make a video on these! Kindly subscribe and share it with your friends for support
This doesn’t work if you call the report with a different RDLC definition. There is an error on local report with a null object when the report.execution operation runs.
Hi Kevin, this method is verified and it’s working fine as displayed in video. Kindly check out GitHub repo link attached on the video description along with the video watch again, will get things done! Also there is another video which explains how reports are configured, kindly check that one as well! If that too not working, kindly share the error, will check what went wrong! Thanks, kindly subscribe and support also share it with your friends and fellow developers, thanks
The example he showed is very nice... of course you need to modify your dataset from inside rdlc file and pass into the data needed from db.
Sir rdlc report in multiple languages (tamil and Hindi) possible ahh naanga pandra projectla report vathu data base base pani englishla matum tha varuthu engaluku Tamil and Hindi la venum possible ahh sir apdi irutha link send panuga sir
Sure will post the video on this
Added new video for the multiple language support , Please check out below link
ruclips.net/video/jrVIJEE1Vso/видео.html
Please subscribe and support and share it with your friends
Is it working in Linux server?
It should be,
Can u please tell how to create rdlc design file in core web api
Please check the below link , I explained how to design the report
ruclips.net/video/jrVIJEE1Vso/видео.html
thanks y somurch
Dear All
In .net 6, you can make it working simply adding following package
Its will work fine
how can i add images dynamically ?, the report don't have the EnableExternalImages property??
i want to add image dynamically into report ????? help