Export to PDF
Posted: Tue Jun 13, 2006 2:50 pm
How to export report to PDF without dialog box? Any ideas?
Reporting tool and data analytics tools for creating reports and dashboards in ASP.NET, ASP.NET MVC, .NET Core, Blazor, Angular, PHP, Python, WPF, JavaScript, and Java applications.
https://forum.stimulsoft.com/
Code: Select all
StiReport report = new StiReport();
report.Load("report.mrt");
report.Render();
report.Export(StiExportFormat.Pdf, "document.pdf");