Search found 8431 matches

by HighAley
Wed Oct 05, 2022 6:58 pm
Forum: Stimulsoft Reports.NET
Topic: How to use MySqlConnector instead of MySql.Data
Replies: 11
Views: 3945

Re: How to use MySqlConnector instead of MySql.Data

Hello,

What version of our tool do you use?

Thank you.
by HighAley
Wed Sep 07, 2022 6:36 am
Forum: Stimulsoft Reports.WEB
Topic: Wrong response url with Angular and Net5.0
Replies: 8
Views: 3594

Re: Wrong response url with Angular and Net5.0

Hello,

We were glad to help you.
Let us know if you need any additional help.

Thank you.
by HighAley
Wed Sep 07, 2022 6:35 am
Forum: Stimulsoft Dashboards.JS
Topic: Dashboards.JS in app (ionic, javascript)
Replies: 3
Views: 8916

Re: Dashboards.JS in app (ionic, javascript)

Hello,

Unfortunately, we were not able to run our tool in Ionic.

Thank you.
by HighAley
Tue Aug 30, 2022 10:35 am
Forum: Stimulsoft Reports.WEB
Topic: Index was outside the bounds of the array in Designer
Replies: 7
Views: 2161

Re: Index was outside the bounds of the array in Designer

Hello,

We have made an improvement.
Please, check our next build when it will be available.

Thank you.
by HighAley
Mon Aug 22, 2022 9:53 am
Forum: Stimulsoft Reports.WPF
Topic: Chart based on grouping
Replies: 5
Views: 9863

Re: Chart based on grouping

Hello, Unfortunately, the data transformation is not available in WPF. There is a Data Source from Other Data Source but you can't use it with Business Objects. If you could register Business Objects with the RegData() method, it will be possible to aggregate data with Data Source from Other Data So...
by HighAley
Mon Aug 22, 2022 6:48 am
Forum: Stimulsoft Reports.NET
Topic: Replace the default templates from stimulsoft with own templates
Replies: 5
Views: 1087

Re: Replace the default templates from stimulsoft with out own templates

Hello,

You could do it if you buy our source code.

Thank you.
by HighAley
Fri Aug 19, 2022 1:03 pm
Forum: Stimulsoft Reports.WPF
Topic: Chart based on grouping
Replies: 5
Views: 9863

Re: Chart based on grouping

Hello,

What version of our tool do you use?
Could you upgrade to the latest build?

Thank you.
by HighAley
Wed Aug 17, 2022 11:19 am
Forum: Stimulsoft Reports.WEB
Topic: Index was outside the bounds of the array in Designer
Replies: 7
Views: 2161

Re: Index was outside the bounds of the array in Designer

Hello,

The Business Objects are registered in the report.
You should register the business objects in the report after loading it with code like this:

Code: Select all

stireport.RegBusinessObject("DataSet", set);
 stireport.Dictionary.SynchronizeBusinessObjects(3);
Thank you.
by HighAley
Mon Jul 25, 2022 7:33 am
Forum: Stimulsoft Reports.NET
Topic: Different DataBand rendering under Windows, and Docker .NET Core Linux
Replies: 9
Views: 1093

Re: Different DataBand rendering under Windows, and Docker .NET Core Linux

Hello, Dmitry. Are you sure that the font files are available for our engine? The font file should be loaded to resources or StiFontCollection. If the fonts are loaded and you still get the issue, we need a sample to let us reproduce the issue. It should be at least a report template file with sampl...