Search found 960 matches

by Ivan
Wed Oct 25, 2017 8:40 am
Forum: Stimulsoft Reports.WEB
Topic: Error 504 gatewayTimeout while generate report
Replies: 5
Views: 2447

Re: Error 504 gatewayTimeout while generate report

Hello,

Can you reproduce the problem on the local machine, or only on the real server?
Can you please send us a simple test project, which reproduces the issue, for analysis?

Thank you.
by Ivan
Thu Sep 14, 2017 6:32 pm
Forum: Stimulsoft Reports.NET
Topic: Templates
Replies: 19
Views: 8695

Re: Templates

Hello,

The problem is solved.
The patch will be available in the next prerelease build.

Thank you.
by Ivan
Fri Aug 25, 2017 12:14 am
Forum: Stimulsoft Reports.JS
Topic: Image not showing when Export to pdf from Code
Replies: 11
Views: 7954

Re: Image not showing when Export to pdf from Code

Hello,
sorinav wrote:- the pdf file doesn't have the logo
NodeJS has some limitations and at this moment only images in jpeg format correctly exported to the pdf-file.
So please try to use the logo image in jpeg format.

Thank you.
by Ivan
Fri Aug 25, 2017 12:04 am
Forum: Stimulsoft Reports.PHP
Topic: how to enable or disable a sub-report using variables?
Replies: 1
Views: 2549

Re: how to enable or disable a sub-report using variables?

Hello, Unfortunately, due to technology limitations, compilation and scripts do not work in js/flex engines. So please use the Condition feature. Note: by design condition do not apply to the subreports, so you need to place subreports to the panels and apply conditions to the panels. Please check t...
by Ivan
Fri Aug 18, 2017 12:34 am
Forum: Stimulsoft Reports.JS
Topic: Stimulsoft pie Chart Report Issue
Replies: 10
Views: 5434

Re: Stimulsoft pie Chart Report Issue

Hello,
There is an issue ( javascript error ) on stimulsoft pie chart with following error:
stimulsoft.reports.js:137 Uncaught TypeError: Cannot read property 'isEmpty' of undefined
The problem is solved.
The patch will be available in the next prerelease build.

Thank you.
by Ivan
Fri Jul 28, 2017 2:59 am
Forum: Stimulsoft Reports.WEB
Topic: TimeSpan column Sum
Replies: 5
Views: 3024

Re: TimeSpan column Sum

Hello,

Please check the following article:
https://docs.microsoft.com/en-us/dotnet ... at-strings

Please use the correct format string:

Code: Select all

hh\:mm\:ss\:fff
Thank you.
by Ivan
Fri Jul 28, 2017 2:25 am
Forum: Stimulsoft Reports.NET
Topic: StiReportRenderingStopException
Replies: 1
Views: 1099

Re: StiReportRenderingStopException

Hello,

Please try to render your report before printing, for example:

Code: Select all

report.Render(false);
report.Print(showDialog, printerSettings);
Thank you.
by Ivan
Fri Jul 28, 2017 2:19 am
Forum: Stimulsoft Reports.NET
Topic: Change cell's margin with conditions
Replies: 9
Views: 7284

Re: Change cell's margin with conditions

Hello, But it seems like the component picks up the last value setted for left on CellName for all occurrences of this cell in the rows appeared in the table. It's a memory optimization: when a clone of the base component is created, properties that rarely change, are not cloned but copied. So all i...
by Ivan
Fri Jul 28, 2017 2:06 am
Forum: Stimulsoft Reports.NET
Topic: New Data Source
Replies: 7
Views: 3397

Re: New Data Source

Hello,

Unfortunately, we couldn't reproduce this bug.
Could you please describe step-by-step how do you reproduce the issue, or send us a step-by-step video how do you reproduce the issue?

Thank you.
by Ivan
Thu Jul 06, 2017 12:00 am
Forum: Stimulsoft Ultimate
Topic: Rendering error on 2017.1
Replies: 1
Views: 1461

Re: Rendering error on 2017.1

Hello,

The problem is solved.
The patch will be available in the next prerelease build.

Thank you.