Save MRT with registered datasource
Posted: Tue Aug 07, 2018 6:16 am
HI,
Is it possible to save a MRT (in Code) together with the newly Registered( RegData) data source ?
I tried this..but not working.
Is it possible to save a MRT (in Code) together with the newly Registered( RegData) data source ?
Code: Select all
report.Load(Server.MapPath("~/Stimulsoft/MasterReport.mrt"));
DataTable dt = Enquiry.GetMasterEnquiry(model);
report.RegData(dt);
report.Save(Server.MapPath("~/Stimulsoft/MasterReport2.mrt"));