.NET Core+Angular 5 starting project questions

Stimulsoft Reports.NET discussion
mrapi
Posts: 282
Joined: Sat Dec 20, 2008 1:08 am

.NET Core+Angular 5 starting project questions

Post by mrapi »

Hi
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"));
it is possible to load it from a protected format,like GetReportFromAssembly in winforms?

Code: Select all

  Rp = StiReport.GetReportFromAssembly("myreport.dll")   
4.I've loaded in 2018 version a .mrt,but not found how to export it as .dll file,as I could do in 2010 (Save As offers me only 3 formats: .mrt,.mrz,.mrx)
5.It is possible to load report data from LINQ query result?

thanks
Lech Kulikowski
Posts: 7345
Joined: Tue Mar 20, 2018 5:34 am

Re: .NET Core+Angular 5 starting project questions

Post by Lech Kulikowski »

Hello,

> 1.What is the best way to use Stimulsoft in that kind of app from JS or .NET?

The NET product has more functionalities.

> 2.I already have a .mrt file build with Stimulsoft.NET 2010,can I convert it to the latest version and use it there?

Could you explain your issue in more details? Old reports should work without any converting.

> it is possible to load it from a protected format,like GetReportFromAssembly in winforms?

In the NET Core version this method is not available.

> 4.I've loaded in 2018 version a .mrt,but not found how to export it as .dll file,as I could do in 2010 (Save As offers me only 3 formats: .mrt,.mrz,.mrx)

That issue is fixed. In new release will be available all saving options.

> 5.It is possible to load report data from LINQ query result?

Yes. You can provide LINQ data to the report as business objects with RegBusinessObject() method.

Thank you.
mrapi
Posts: 282
Joined: Sat Dec 20, 2008 1:08 am

Re: .NET Core+Angular 5 starting project questions

Post by mrapi »

Hi.thanks for your answer

> 2.I already have a .mrt file build with Stimulsoft.NET 2010,can I convert it to the latest version and use it there?
Could you explain your issue in more details? Old reports should work without any converting.

Indeed it can be opened

> it is possible to load it from a protected format,like GetReportFromAssembly in winforms?
In the NET Core version this method is not available.

What format should I use?

> 4.I've loaded in 2018 version a .mrt,but not found how to export it as .dll file,as I could do in 2010 (Save As offers me only 3 formats: .mrt,.mrz,.mrx)
That issue is fixed. In new release will be available all saving options.
Also Publish button it is not present in Office 2003 theme (I use if because header menu is very compact)

thanks
Lech Kulikowski
Posts: 7345
Joined: Tue Mar 20, 2018 5:34 am

Re: .NET Core+Angular 5 starting project questions

Post by Lech Kulikowski »

Hello,

> What format should I use?

Report templates - mrt, mdz, mrx or load from string, byte etc objects.

> Also Publish button it is not present in Office 2003 theme (I use if because header menu is very compact)

Unfortunately, we do not have plans to add it for not ribbon themes.

Thank you.
mrapi
Posts: 282
Joined: Sat Dec 20, 2008 1:08 am

Re: .NET Core+Angular 5 starting project questions

Post by mrapi »

Hi. I've upgraded to 2018.2.1 version (09.04.2018) but still missing Save as .dll option
thanks
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: .NET Core+Angular 5 starting project questions

Post by HighAley »

Hello.

Sorry we didn't add this feature in this build.
We will add it in our next build.
Do you need any other save option?

Thank you.

Ticket reference: #6053
mrapi
Posts: 282
Joined: Sat Dec 20, 2008 1:08 am

Re: .NET Core+Angular 5 starting project questions

Post by mrapi »

k.no problem
for winforms only dll option
thanks
Lech Kulikowski
Posts: 7345
Joined: Tue Mar 20, 2018 5:34 am

Re: .NET Core+Angular 5 starting project questions

Post by Lech Kulikowski »

Hello

Ok.
Please let us know if you need any additional help.

Thank you.
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: .NET Core+Angular 5 starting project questions

Post by HighAley »

Hello.

We have returned the possibility to save a report as an assembly.

Thank you.
mrapi
Posts: 282
Joined: Sat Dec 20, 2008 1:08 am

Re: .NET Core+Angular 5 starting project questions

Post by mrapi »

Thanks.
Is there any sample of using Stimulsoft with Angular 5 + Asp Core ?
Post Reply