In MVC which technic is prefered to report design ,how to design report
Loading
In MVC which technic is prefered to report design ,how to design report
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Naimish MakwanaPosted Feb 17, 2023, 4:41 AM
Hello Asht,
If you want to create simple report, you can refer below link:
https://www.c-sharpcorner.com/article/ssrs-report-in-asp-net-mvc-5/#:~:text=For%20creating%20a%20report%2C%20right,new%20window%20will%20pop%20up.
https://www.c-sharpcorner.com/article/display-data-in-report-viewer-with-mvc-4/
https://www.boldreports.com/blog/how-to-add-the-report-viewer-to-an-aspnet-mvc-application
Thanks
Naimish Makwana
Tuhin PaulPosted Feb 18, 2023, 4:39 AM
Hi Naimish, in Asht's last reply, is he asking about "Stimulsoft.Report" or did I get wrong.
I have provided this sample code. Let me know if this is helpful.
Subreports can be used in ASP.NET Core MVC applications to design reports that contain additional detail. Here's how you can design a report using a subreport in ASP.NET Core MVC:
In this example, GetMainReportData and GetSubReportData are methods that load the data for the main report and the subreport, respectively. You'll need to replace these with your own methods that load the appropriate data for your report.
Naimish MakwanaPosted Feb 17, 2023, 5:19 AM
You can refer below link for subreport.
https://www.c-sharpcorner.com/UploadFile/54db21/ssrs-report-sub-report/
https://oakdome.com/programming/SSRS_UsingSubReports.php
Thanks
Asht TPosted Feb 17, 2023, 5:12 AM
@Naimish Makwana Thank u....
I used same like
https://www.c-sharpcorner.com/article/ssrs-report-in-asp-net-mvc-5/#:~:text=For%20creating%20a%20report%2C%20right,new%20window%20will%20pop%20up.
this.....but if you use subreport then how to use using this method....actually my report is print receipt multiple... so for this create subreport ...but how to write code for subreport using same code