Search found 11 matches

by kuma
Wed Oct 02, 2019 8:33 am
Forum: Stimulsoft Reports.WPF
Topic: Reports.Wpf .NET Core 3 support
Replies: 9
Views: 6018

Re: Reports.Wpf .NET Core 3 support

I respect you and I am your satisfied customer for five years now.
But sorry here we too must plan and make decisions.
I ask you at least to be clearer about the timing, so everyone can evaluate what to do for their projects

thanks
by kuma
Mon May 27, 2019 2:34 pm
Forum: Stimulsoft Reports.WPF
Topic: Reports.Wpf .NET Core 3 support
Replies: 9
Views: 6018

Re: Reports.Wpf .NET Core 3 support

don't you think maybe it's better to start seeing after the release of the RC version?
by kuma
Thu Nov 22, 2018 3:29 pm
Forum: Talks
Topic: support wpf net core 3
Replies: 5
Views: 5419

Re: support wpf net core 3

OK it's very important for my next projects. thank you so much
by kuma
Tue Nov 20, 2018 1:23 pm
Forum: Talks
Topic: support wpf net core 3
Replies: 5
Views: 5419

Re: support wpf net core 3

OK, but this is not enough. The base library should be in .net standard
by kuma
Fri Nov 16, 2018 10:36 am
Forum: Talks
Topic: support wpf net core 3
Replies: 5
Views: 5419

support wpf net core 3

hi, think you release a version for wpf in net core 3?

best regards
by kuma
Tue Jul 26, 2016 10:42 am
Forum: Stimulsoft Reports.WPF
Topic: .net standard library
Replies: 1
Views: 1510

.net standard library

Hi, I'm starting a new project and I need the basics libraries are portable (for reuse in Xamarin). For WPF client I need report.

my question is if and when Stimulsoft.base.dll Stimulsoft.report libraries will be compatible with standard .net ??

thanks
by kuma
Mon Mar 10, 2014 5:08 pm
Forum: Stimulsoft Reports.WPF
Topic: StiRibbonGuiService in Wpf designer
Replies: 5
Views: 3106

Re: StiRibbonGuiService in Wpf designer

I understand,
this feature will be implemented for wpf designer?
by kuma
Mon Mar 10, 2014 8:10 am
Forum: Stimulsoft Reports.WPF
Topic: StiRibbonGuiService in Wpf designer
Replies: 5
Views: 3106

Re: StiRibbonGuiService in Wpf designer

Ok, I need add a menu item and I found in other discussions this code: StiRibbonGuiService service = StiRibbonGuiService.GetService(); service.AddApplicationMenuItem("Test", delegate { MessageBox.Show("Test Clicked!"); }); but this code work fine for classic .net designer. I need...
by kuma
Fri Mar 07, 2014 8:28 pm
Forum: Stimulsoft Reports.WPF
Topic: StiRibbonGuiService in Wpf designer
Replies: 5
Views: 3106

StiRibbonGuiService in Wpf designer

Hi,
I not found StiRibbonGuiService in wpf designer.

I need add a menu item.

workaround?

thanks
by kuma
Tue Feb 25, 2014 8:49 am
Forum: Stimulsoft Reports.WPF
Topic: issue for add parameter from code
Replies: 3
Views: 2303

Re: issue for add parameter from code

ok, I fix it :) this is my new code: (rep.Dictionary.DataSources[0] as Stimulsoft.Report.Dictionary.StiSqlSource).AddParameter("@p1", "", System.Data.SqlDbType.Decimal, 18); rep["@p1"] = 5d; var source = (rep.Dictionary.DataSources[0] as Stimulsoft.Report.Dictionary.Sti...