Search found 6269 matches

by Lech Kulikowski
Thu Jan 20, 2022 11:14 am
Forum: Stimulsoft Reports.NET
Topic: Chinese not display in export pdf
Replies: 5
Views: 2429

Re: Chinese not display in export pdf

Hello, Most of the standard fonts do not contain national characters. In this case, Windows uses the "font fallback". This algorithm is very complicated and, therefore, is not realized in the exports. To output national characters, please, use the font which contains all necessary characte...
by Lech Kulikowski
Thu Jan 20, 2022 10:21 am
Forum: Stimulsoft Dashboards.WEB
Topic: set connectionstring programmatically for stimulsoft dashboard
Replies: 9
Views: 3501

Re: set connectionstring programmatically for stimulsoft dashboard

Hello,

Should be:
((StiMongoDbDatabase)report.Dictionary.Databases["MongoDBConnectionName"]).ConnectionString = ""

Thank you.
by Lech Kulikowski
Wed Jan 19, 2022 8:04 pm
Forum: Stimulsoft Dashboards.JS
Topic: Justify stimulsoft report such as word file
Replies: 1
Views: 1218

Re: Justify stimulsoft report such as word file

Hello,

We couldn't reproduce the issue.
Please try to check the last release build.

Thank you.
by Lech Kulikowski
Wed Jan 19, 2022 11:57 am
Forum: Stimulsoft Dashboards.WEB
Topic: set connectionstring programmatically for stimulsoft dashboard
Replies: 9
Views: 3501

Re: set connectionstring programmatically for stimulsoft dashboard

Hello,

Please check your database name in the report and in the code, it should be the same.

Thank you.
by Lech Kulikowski
Wed Jan 19, 2022 8:11 am
Forum: Stimulsoft Dashboards.WEB
Topic: set connectionstring programmatically for stimulsoft dashboard
Replies: 9
Views: 3501

Re: set connectionstring programmatically for stimulsoft dashboard

Hello,

The same code:

Code: Select all

((StiMongoDbDatabase)report.Dictionary.Databases["Connection"]).ConnectionString = ""
Thank you.
by Lech Kulikowski
Mon Jan 17, 2022 8:42 am
Forum: Stimulsoft Dashboards.WEB
Topic: Drill down to another dashboard filter not working
Replies: 7
Views: 1849

Re: Drill down to another dashboard filter not working

Hello Andrew,

Please send us a sample report with test data that reproduces the issue for analysis.

Thank you.
by Lech Kulikowski
Mon Jan 17, 2022 8:12 am
Forum: Stimulsoft Reports.ANGULAR
Topic: Angular Viewer is getting refresh automatically
Replies: 5
Views: 10009

Re: Angular Viewer is getting refresh automatically

Hello,

Sorry, maybe we did not exactly understand your question. Could you explain your issue in more detail? How do you want to show rendered report without viewer updates?

Thank you.
by Lech Kulikowski
Mon Jan 17, 2022 7:42 am
Forum: Stimulsoft Dashboards.JS
Topic: allow html tags included text design broken
Replies: 2
Views: 1021

Re: allow html tags included text design broken

Hello, The issue is fixed. The fix will be available in the next release build. At the current version, you can change order of </li> and <be> tags: <ol><li>Text1</li><br><li>Text2</li><br><li>Text3</li></ol> change on:на <ol><li>Text1<br></li><li>Text2<br></li><li>Text3</li></ol> Thank you.