Live Report Generator
Experience SSRS2 in action. Generate reports in multiple formats from a sample RDLC file.
Platform
Linux
Architecture
X64
.NET Version
10.0.2
Environment
Docker
Download Sample
Get the RDLC file used in this demo to test with your own setup.
Download Report.rdlcCode Behind This Demo
using var report = new LocalReport();
report.LoadReportDefinition(rdlcStream);
report.DataSources.Add(
new ReportDataSource("Items", data));
var pdf = report.Render("PDF");
File.WriteAllBytes("report.pdf", pdf);
What This Demo Shows
📦
Docker Ready
Deploy in containers without Windows dependencies
⚙
Keep Your RDLC
No migration needed - use existing reports as-is
🌐
Any Platform
Linux, macOS, Windows, Kubernetes, Azure, AWS
📈
Full Featured
Charts, gauges, tables, images, hyperlinks