Design Template
Posted: Mon Apr 09, 2007 5:46 am
How to design the template at run time?
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("D:\\MyReport.mrt");
report.Design();
It is doesn't matter when you are creating an mrt file. You can create it in runtime, in Visual Studio or in the Demo.exe Application. When the template is createdsatisht wrote:Do we create .mrt file at runtime?