dotnetreport 6.2.5-beta.1
dotnet add package dotnetreport --version 6.2.5-beta.1
NuGet\Install-Package dotnetreport -Version 6.2.5-beta.1
<PackageReference Include="dotnetreport" Version="6.2.5-beta.1" />
<PackageVersion Include="dotnetreport" Version="6.2.5-beta.1" />
<PackageReference Include="dotnetreport" />
paket add dotnetreport --version 6.2.5-beta.1
#r "nuget: dotnetreport, 6.2.5-beta.1"
#:package dotnetreport@6.2.5-beta.1
#addin nuget:?package=dotnetreport&version=6.2.5-beta.1&prerelease
#tool nuget:?package=dotnetreport&version=6.2.5-beta.1&prerelease

Dotnet Report Builder
Embedded Analytics & Ad-Hoc Reporting for ASP.NET Core Applications
What is Dotnet Report?
Dotnet Report is a drop-in .NET NuGet package that lets you embed a full-featured, self-service report builder and analytics dashboard directly into your ASP.NET Core or MVC web application — no extra servers, no third-party BI tools, no headaches.
Give your end-users the power to build, filter, and visualize their own reports without writing a single line of SQL. Give your developers a clean, well-documented API that integrates in minutes.
✨ Features
📊 Report Building
- Drag-and-drop report designer — intuitive interface for non-technical users
- List & Summary Reports — flat tabular reports or grouped/aggregated summaries
- Aggregate Functions — COUNT, SUM, MIN, MAX, and AVERAGE
- Sorting, Filtering & Grouping — full control over how data is sliced and presented
- Column Formatting — custom display formats, conditional highlighting, and more
📈 Data Visualization
- Charts — Pie, Bar, Line, and more
- Interactive Dashboards — combine multiple reports and charts into a single view
- Drill-down Support — click into charts and summaries for row-level detail
🔒 Security & Access Control
- Role-based report access — control who can view, create, or edit reports
- User-level data filtering — automatically scope data to the logged-in user
- Secure API integration — token-based communication between your app and the report engine
📤 Export & Sharing
- Export reports to PDF, Excel (XLSX), and CSV
- Scheduled reports — automatically email reports on a set cadence
- Shareable report links for collaboration
🛠 Developer Experience
- Single NuGet package install — no separate server or service to deploy
- Works with any SQL database — SQL Server, PostgreSQL, MySQL
- Compatible with .NET 6, .NET 7, .NET 8, and ASP.NET Core MVC
- White-label ready — fully customizable UI to match your brand
🚀 Getting Started
1. Install the NuGet Package
dotnet add package dotnetreport
Or via the Package Manager Console in Visual Studio:
Install-Package dotnetreport
2. Register Your Account
Sign up for a free account at dotnetreport.com to get your Account API Token and Data Connect API Token.
3. Configure Your App
Add your tokens and connection string to appsettings.json:
"dotNetReport": {
"accountApiToken": "your-account-token",
"dataconnectApiToken": "your-dataconnect-token"
}
4. Follow the Getting Started Guide
For complete setup instructions, middleware configuration, and your first report, see the 📖 Getting Started Guide.
🖥 Live Demo
See Dotnet Report in action before you install anything:
👉 https://dotnetreport.com/demo/Report
📚 Documentation
Full documentation, configuration options, API reference, and tutorials are available in our knowledge base:
👉 https://dotnetreport.com/kb/
🤝 Support
- 💬 Community & Questions — dotnetreport.com/contact
- 🐛 Bug Reports — Open a GitHub Issue
- 📧 Enterprise Support — contact us at contact@dotnetreport.com
📄 License
Dotnet Report Builder is licensed under LGPL and a commercial EULA.
Built with ❤️ by the Dotnet Report team
Learn more about Target Frameworks and .NET Standard.
-
- DocumentFormat.OpenXml (>= 3.3.0)
- EPPlus (>= 4.5.3.3)
- HtmlSanitizer (>= 9.0.892)
- Microsoft.Data.SqlClient (>= 6.1.4)
- PdfSharp (>= 6.1.1)
- PuppeteerSharp (>= 18.0.5)
- Quartz (>= 3.15.1)
- System.Drawing.Common (>= 4.7.3)
- System.Text.RegularExpressions (>= 4.3.1)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 6.2.5-beta.1 | 33 | 3/19/2026 |
| 6.2.5-beta | 92 | 3/12/2026 |
| 6.2.4 | 152 | 3/7/2026 |
| 6.2.4-beta.4 | 51 | 3/4/2026 |
| 6.2.4-beta.3 | 67 | 2/25/2026 |
| 6.2.4-beta.2 | 68 | 2/22/2026 |
| 6.2.4-beta.1 | 66 | 2/17/2026 |
| 6.2.4-beta | 174 | 2/10/2026 |
| 6.2.3 | 352 | 12/25/2025 |
| 6.2.3-beta | 897 | 12/1/2025 |
| 6.2.2 | 447 | 11/14/2025 |
| 6.2.1 | 416 | 11/13/2025 |
| 6.2.1-beta | 345 | 10/20/2025 |
| 6.2.0 | 457 | 10/14/2025 |
| 6.2.0-beta | 328 | 10/12/2025 |
| 6.1.0 | 532 | 9/18/2025 |
| 6.1.0-beta | 391 | 9/8/2025 |
| 6.0.8-beta | 406 | 9/2/2025 |
| 6.0.7 | 453 | 8/31/2025 |
| 6.0.6 | 467 | 8/9/2025 |
New Features, Performance improvements, bug fixes, and stability enhancements.