Compile .mrt to dll using NAnt

Stimulsoft Reports.NET discussion
Post Reply
Sishir Jain
Posts: 3
Joined: Fri Aug 17, 2007 4:34 am
Location: India

Compile .mrt to dll using NAnt

Post by Sishir Jain »

We wish to compile our report (*.mrt) to dll using NAnt. Is there any way to do that ?
Edward
Posts: 2913
Joined: Fri Jun 09, 2006 4:02 am

Compile .mrt to dll using NAnt

Post by Edward »

Yes, it is possible. With NAnt you able to run exe file. So all you need to do is to write small project which will call report.Compile("assemblyname") method inside.

Thank you.
Post Reply