How to create RDLC report and download pdf, excel, word files in Web API using .NET 5.0

Поделиться
HTML-код
  • Опубликовано: 18 янв 2025

Комментарии • 48

  • @faisalalhoqani6151
    @faisalalhoqani6151 2 года назад

    Great demonstration dear Jagan Thanks a lot.

  • @josesegura6372
    @josesegura6372 2 года назад

    Thank you from Guatemala, Nice video!

  • @Natsuki182
    @Natsuki182 3 года назад +1

    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

  • @MaHa63b
    @MaHa63b Год назад

    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.

  • @劉小姐-b3e
    @劉小姐-b3e 3 года назад

    Thank you very much. This video is helpful for me

  • @ibrahimmohmoud5570
    @ibrahimmohmoud5570 3 года назад +2

    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'.'

  • @luqmanpharmacy4583
    @luqmanpharmacy4583 2 года назад

    when we have concurrent report process .. report data is changing... Its saying in that blog also... do u have any experience like that

  • @devunurireethu7859
    @devunurireethu7859 2 года назад

    Thank you soo much it was really helpful to me

  • @Tibiafy
    @Tibiafy Год назад

    can you print reports from SSRS as well? with RDL format?

  • @fj8551
    @fj8551 3 года назад

    Great explanation, you helped me a lot

    • @JAGANDIGITECH
      @JAGANDIGITECH  3 года назад +1

      Thank you, please subscribe and share it with your friends for more subscribers! It would help and motivate me to do more contents!👍🏼

  • @aijazalikhoso2733
    @aijazalikhoso2733 4 месяца назад

    in this project we can not create rdlc new file how to create rdlc file instead of copy of rdlc report?

  • @Mfbzai
    @Mfbzai 2 года назад

    HI brother, Is possible using "object" datasource inside web platform?

  • @RajeshKumar-io6nd
    @RajeshKumar-io6nd 2 года назад

    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

    • @JAGANDIGITECH
      @JAGANDIGITECH  2 года назад

      Kindly verify the local report file is there in application execution path e.g: bin/debug folder

    • @RajeshKumar-io6nd
      @RajeshKumar-io6nd 2 года назад

      @@JAGANDIGITECH Yes its there

  • @fj8551
    @fj8551 3 года назад +1

    Hello, i can't add new data source, when i right with on DataSource not display noting

    • @JAGANDIGITECH
      @JAGANDIGITECH  3 года назад +1

      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

    • @fj8551
      @fj8551 2 года назад +1

      @@JAGANDIGITECH By the way, this article help me a lot, i share your video and your article in some development group

    • @diwaspoudel7
      @diwaspoudel7 2 года назад

      Same Here. :(

  • @RajeshKumar-io6nd
    @RajeshKumar-io6nd 2 года назад

    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

    • @JAGANDIGITECH
      @JAGANDIGITECH  2 года назад +1

      Let me check and update! Please subscribe and support

    • @RajeshKumar-io6nd
      @RajeshKumar-io6nd 2 года назад

      @@JAGANDIGITECH Yes i did and will wait for your reply in .net 6 it working fine in .net 5

    • @RajeshKumar-io6nd
      @RajeshKumar-io6nd 2 года назад

      @@JAGANDIGITECH if you don't mind , can i expect solution sooner or later ?

  • @devunurireethu7859
    @devunurireethu7859 2 года назад

    Hie , can i know how to pass multiple datasets in the report.AddDataSource("DataSet2", dataTable) and excute in rdlc

    • @aijazalikhoso2733
      @aijazalikhoso2733 4 месяца назад

      yes but you have to use seperate table in rdlc design.

  • @fj8551
    @fj8551 2 года назад

    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

    • @JAGANDIGITECH
      @JAGANDIGITECH  2 года назад

      Kindly try updating the version of library, or share the GitHub repo link, I try to check, thanks

  • @allansandoval9725
    @allansandoval9725 Год назад

    Hi, doesn't that works in net 6?

  • @siripoatseamkaitsakun6590
    @siripoatseamkaitsakun6590 3 года назад +1

    thank you very much

  • @aijazalikhoso2733
    @aijazalikhoso2733 4 месяца назад

    HOW TO GET DATA FROM STORED PROCEDUR AND ADD DATA SET IN RDLC REPORT?

  • @devunurireethu7859
    @devunurireethu7859 2 года назад

    can u please let me know how should i have use this in Angular service calling

    • @JAGANDIGITECH
      @JAGANDIGITECH  2 года назад +1

      Sure , will make a video on these! Kindly subscribe and share it with your friends for support

  • @kevincordell9539
    @kevincordell9539 2 года назад

    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.

    • @JAGANDIGITECH
      @JAGANDIGITECH  2 года назад

      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

    • @eduardchavez
      @eduardchavez 2 года назад

      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.

  • @reegajenet795
    @reegajenet795 3 года назад

    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

    • @JAGANDIGITECH
      @JAGANDIGITECH  3 года назад

      Sure will post the video on this

    • @JAGANDIGITECH
      @JAGANDIGITECH  3 года назад

      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

  • @suryajust19
    @suryajust19 2 года назад

    Is it working in Linux server?

  • @devunurireethu7859
    @devunurireethu7859 2 года назад

    Can u please tell how to create rdlc design file in core web api

    • @JAGANDIGITECH
      @JAGANDIGITECH  2 года назад

      Please check the below link , I explained how to design the report
      ruclips.net/video/jrVIJEE1Vso/видео.html

  • @forestandmountain7942
    @forestandmountain7942 3 года назад

    thanks y somurch

  • @RajeshKumar-io6nd
    @RajeshKumar-io6nd 2 года назад

    Dear All
    In .net 6, you can make it working simply adding following package





    Its will work fine

  • @SNComment
    @SNComment Год назад

    how can i add images dynamically ?, the report don't have the EnableExternalImages property??
    i want to add image dynamically into report ????? help