-
Notifications
You must be signed in to change notification settings - Fork 204
asp.net core with net8.0 mvc
Peter Gill edited this page Jul 7, 2025
·
4 revisions
dotnet add package Majorsilence.Reporting.RdlAsp.Mvcbuilt in routes
- /msr/RdlList
- lists all reports found in the reports folder
- msr/RdlReport/ShowFile/{reportFile}/{type?}
- generate the report
Specify the report folder in the appsettings.json file
{
"Settings": {
"ReportsFolder": "Reports/"
}
}For a working example see Majorsilence.Reporting.WebExample.
note: the asp.net core code is still a work in progress