Search found 2913 matches

by Edward
Mon Jul 16, 2018 5:32 am
Forum: Stimulsoft Reports.NET
Topic: Add A dataBand In the middile of report
Replies: 1
Views: 1256

Re: Add A dataBand In the middile of report

Hi Liewai, There are several ways to do that. You could have a DataBand3 placed in the page beforehand but with Enabled=false property and to set Enabled=true when required. If you have a look to the 'Code' tab in the Designer and check the auto-generated code there, you might find the 'under the ho...
by Edward
Sun Jul 15, 2018 9:27 am
Forum: Stimulsoft Ultimate
Topic: Image resolution change via code.
Replies: 1
Views: 1591

Re: Image resolution change via code.

Hi Bkalinovski, Please check the following discussion; https://forum.stimulsoft.com/viewtopic.php?f=8&t=33342 And this is the documentation on how to do that as well; https://www.stimulsoft.com/en/documentation/online/programming-manual/index.html?engine_exports_formats_with_fixed_page_layout_pd...
by Edward
Mon Jul 09, 2018 6:19 am
Forum: Stimulsoft Reports.NET
Topic: Relationship version 2018.2.2
Replies: 22
Views: 8026

Re: Relationship version 2018.2.2

Hi Leandro / Alona,

Please check 2018.2.3 version. That issue has been fixed.

Thank you,
Edward
by Edward
Tue Jul 03, 2018 6:08 am
Forum: Stimulsoft Reports.NET
Topic: Inserting and selecting data from a temp table
Replies: 1
Views: 1860

Re: Inserting and selecting data from a temp table

Hi Joro, In that case, the only thing which comes to my mind is to use the stored procedure, because the dictionary does not support multiple statements in SQL or 'multi-result sets'/'multi-select' type of queries. Also, you could use a table - variable in your query which sometimes quicker and more...
by Edward
Fri Jun 29, 2018 6:39 am
Forum: Stimulsoft Reports.PHP
Topic: Image from postgres database
Replies: 5
Views: 3923

Re: Image from postgres database

Hi Marcelo,

Yes, no problem, please feel free to send the database sample and your test project to support(at)stimulsoft.com, we will try to make it working for you.

Thank you,
Edward
by Edward
Fri Jun 29, 2018 6:00 am
Forum: Stimulsoft Ultimate
Topic: Panel grows to big
Replies: 7
Views: 3452

Re: Panel grows to big

Hi Naico, Exactly! This problem does not exist, if you place the databands directly to the page, not inside the panel, in that case, the docking is not required, all the bands will be rendered, as required. But I was not able to reproduce the bug that you mentioned. Could you please remove all the o...
by Edward
Thu Jun 28, 2018 12:56 pm
Forum: Stimulsoft Ultimate
Topic: Panel grows to big
Replies: 7
Views: 3452

Re: Panel grows to big

Hi Naico, Thank you for the sample report. It does make sense. The panels have been placed directly in the page in the attached report and are treated as static components and are repeated on every page that is generated by the report engine. Please place textboxes in the databands. Set CountData = ...
by Edward
Tue Jun 26, 2018 8:16 pm
Forum: Stimulsoft Ultimate
Topic: Problem with documents longer than one page.
Replies: 8
Views: 3858

Re: Problem with documents longer than one page.

Hi Naico,

No problem, please let us know if you need any help.

Thank you,
Edward
by Edward
Tue Jun 26, 2018 5:45 am
Forum: Stimulsoft Ultimate
Topic: Problem with documents longer than one page.
Replies: 8
Views: 3858

Re: Problem with documents longer than one page.

Hi Naico, The reason for the problem in the report is not connected with segments or word/page breaks. In the report template for the pnl3 component the property Interaction -> DrillDownPageGuid has got the guid of the current page, but DrillDownEnabled=false was set to false. As a result of this th...
by Edward
Thu Jun 21, 2018 4:01 am
Forum: Stimulsoft Reports.NET
Topic: Relationship version 2018.2.2
Replies: 22
Views: 8026

Re: Relationship version 2018.2.2

Hi Alona, That is a very good point, thank you for explaining the issue, just to make sure that we cover this with our fix as well, do you mind to send us ( to support[at]stimulsoft.com )the complete data source/mrt file that you used along with that relation? We could test that our fix worked in th...