Design Template
Design Template
How to design the template at run time?
Design Template
Please use the following code:
Thank you.
Code: Select all
StiReport report = new StiReport();
report.Load("D:\\MyReport.mrt");
report.Design();
Design Template
Is it possible to change the template through coding? Have you provided classes to do so?
Do we create .mrt file at runtime?
Do we create .mrt file at runtime?
Design Template
Yes, it is possible.
Please see the example RuntimeBuild report from the standard delivery of the StimulReport.Net.
Thank you.
Please see the example RuntimeBuild report from the standard delivery of the StimulReport.Net.
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?
Thank you.
Design Template
Thank You