I.m currently using Stimulsoft 2010 on a .NET Winform app and still works fine.
I want to develop an app using Asp.NET Core + Angular 5+latest version of Stimulsoft.
I've browser samples found for NET Core and Angular and I've end up with couple questions:
1.What is the best way to use Stimulsoft in that kind of app from JS or .NET?
2.I already have a .mrt file build with Stimulsoft.NET 2010,can I convert it to the latest version and use it there?
3.In .NET Core samples I found that reports are loaded from .mrt./.mdc files
Code: Select all
report.Load(StiNetCoreHelper.MapPath(this, "Reports/TwoSimpleLists.mrt"));
report.LoadDocument(StiNetCoreHelper.MapPath(this, "Reports/SimpleList.mdc"));
Code: Select all
Rp = StiReport.GetReportFromAssembly("myreport.dll")
5.It is possible to load report data from LINQ query result?
thanks