dotnet Report Builder has added a Dashboard view to the client side code with Nuget package v2.0.0. This allows a user to view multiple Reports run at the same time, so they can do comparisons and view their frequently used Reports together instead of running it one at a time.
To add a Report to the Dashboard, when designing a Report, the user has the option then check the “Show on Dashboard” button:
All Reports with the Dashboard option set will appear on the Dashboard view. To view the Dashboard, navigate to the /dotnetreport/Dashboard route:
This allows your users a convenient way to run multiple reports together. The user has the option to export or edit the Report from the Dashboard as well.