Two designer modes, 12+ chart types, advanced AND/OR filtering, pivot tables, calculated fields, and one-click export to PDF, Excel, CSV, and Word — all inside your application, no third-party tools.
Standard mode guides users step-by-step. Live Designer shows a real-time preview as they configure — switch between modes any time. Both require zero SQL knowledge.
Build complex filter groups with AND/OR logic, cascading dependent dropdowns, dynamic date ranges ("Last Quarter", "YTD"), and multi-select picklists.
Multi-dimensional cross-tab analysis with row/column pivoting, grouping, subtotals, and grand totals. Collapse/expand row groups for summary or detail views.
Dozens of built-in functions for math, string, date, and conditional logic. Add calculated columns, running totals, percentage-of-total, and custom business metrics.
One-click export to PDF (print-ready with headers/footers), Excel (.xlsx), CSV, Word (.docx), and XML. Charts render at high resolution in all export formats.
Auto-generate and email any report as PDF, Excel, or CSV on daily, weekly, monthly, or custom cron schedules — to any recipient list you configure.
Every report can be exported instantly or delivered on a schedule. PDF output is print-ready with headers, footers, and page breaks. Excel output preserves formulas and formatting. CSV feeds downstream pipelines.
// Schedule a report via the Dotnet Report API
POST /api/ReportSchedule/Save
{
"reportId": 42,
"frequency": "Weekly",
"dayOfWeek": "Monday",
"hour": 8,
"format": "PDF",
"recipients": [
"cfo@acme.com",
"ops@acme.com"
]
}
// Result: PDF emailed every Monday at 8 AM
Free trial — no credit card, no SQL skills needed. Connect your database and start designing.