how to design template
Posted: Fri Jun 10, 2016 1:34 pm
how to design template then load using c#
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
var report = new StiReport();
report.Design();
Code: Select all
var report = new StiReport();
report.Load("report.mrt");
reportt.Render();
report.Show();