Search found 63 matches

by joro
Thu Oct 27, 2022 11:04 am
Forum: Stimulsoft Reports.NET
Topic: TRIAL watermark
Replies: 5
Views: 848

Re: TRIAL watermark

Hi, I am pretty sure that we do this every time we instantiate a new StiReport Grz.Xanthos.Shared.Utils.StimulsoftUtils.XanthosStimulsoftLicenseManager.SetLicense(); Report = new StiReport(); I've checked the license key in my user portal and it has changed. Can you please explain when a key changes...
by joro
Thu Oct 27, 2022 7:59 am
Forum: Stimulsoft Reports.NET
Topic: TRIAL watermark
Replies: 5
Views: 848

Re: TRIAL watermark

Hello, we are experiencing the same problems using Stimulsoft 2021.4.4.0 The problem occurs randomly. It is like 500 reports are okay and then 1 displays the trial watermark. We cannot reproduce the issue but it is a massive problem. Do you have any suggestions? We are using multi-threading and diff...
by joro
Mon Oct 11, 2021 9:22 am
Forum: Stimulsoft Reports.NET
Topic: XML Datasource: Relations do not work
Replies: 5
Views: 2291

Re: XML Datasource: Relations do not work

Hello,

did you find a solution for this problem?
We have the same problem, everything works fine in the Designer, but as soon as we add the xml file at runtime, the relations won't work.
by joro
Mon Sep 20, 2021 5:35 am
Forum: Stimulsoft Reports.NET
Topic: How do I bind a LongList to a SQL Statement
Replies: 3
Views: 2392

Re: How do I bind a LongList to a SQL Statement

Hello,
sorry but that report won't open. (see attachment)

I am using Stimulsoft Desinger 2020.4.1.

best regards
by joro
Wed Sep 15, 2021 10:06 am
Forum: Stimulsoft Reports.NET
Topic: How do I bind a LongList to a SQL Statement
Replies: 3
Views: 2392

How do I bind a LongList to a SQL Statement

Hello, I would like to use a Variable from type 'LongList' in my report. I define a variable of type long and list and add some items manually. (see screenshot1.jpg) I add an SQL statement select * from xy where id in ( {variableName} ); (screenshot2.jpg) The preview doesn't work because I get an er...
by joro
Tue Dec 17, 2019 3:36 pm
Forum: Stimulsoft Reports.NET
Topic: Printed Reports marked as TRIAL
Replies: 1
Views: 1110

Printed Reports marked as TRIAL

Hi, we encountered a problem at 1 of our customers. When we restart our application, the first report that we print works well. No TRIAL watermark is printed. But every other report we print has a big TRIAL watermark printed. We set the stimulsoft license key in our application and it works well at ...
by joro
Mon Jul 01, 2019 6:28 am
Forum: Stimulsoft Reports.NET
Topic: Printing empty reports
Replies: 1
Views: 1041

Printing empty reports

Hello! Some of our reports are emtpy (blank page) because the user enters criterias that yield no data. When the user prints the report into preview then this behavior is ok because they see a blank page on the screen and realize that there is no data. But when they send a report directly to the pri...
by joro
Wed Jan 30, 2019 12:12 pm
Forum: Stimulsoft Reports.NET
Topic: XML Datasource: Relations do not work
Replies: 5
Views: 2291

Re: XML Datasource: Relations do not work

Hello, the xml is transformed to separate tables in the report. Have you checked the report? I can try to add a XML schema but I think that the problem will not be solved with this. I edited the report before and after I updated the datasource and the relations all look the same to me. Relations bef...
by joro
Mon Jan 28, 2019 1:36 pm
Forum: Stimulsoft Reports.NET
Topic: XML Datasource: Relations do not work
Replies: 5
Views: 2291

XML Datasource: Relations do not work

Hello, I've created a report using a XML File as Datasource (ADO.NET Xml). Every ChildNode has a Relation to its parent and I created Databands for every childnode. Everything is rendered correctly when I preview the report in the designer. But by the time I change the datasource programmatically to...
by joro
Fri Jun 29, 2018 12:29 pm
Forum: Stimulsoft Reports.NET
Topic: Inserting and selecting data from a temp table
Replies: 1
Views: 1880

Inserting and selecting data from a temp table

Hi! I have to submit a select statement that runs too long and there is no way to optimize it further. So I rewrote the statement and execute it in 2 steps: 1. Insert data into temp table 2. select data from temp table, do some join and then use it in stimulsoft. Basically what I am doing is (see at...