Search found 20 matches

by Arjune
Fri Jul 07, 2023 11:58 am
Forum: Stimulsoft Reports.JS
Topic: Issue when creating a standard report
Replies: 4
Views: 734

Re: Issue when creating a standard report

We are using a connected datasource using a PostgreSQL connector.
The version of stimulsoft-report-js is 2023.1.8
by Arjune
Mon Jul 03, 2023 9:39 am
Forum: Stimulsoft Reports.JS
Topic: Issue when creating a standard report
Replies: 4
Views: 734

Issue when creating a standard report

Dear support, I have an issue when trying to create a standard report, when clicking on the button next here: stimulsoft_error_standard_report_1.JPG stimulsoft_error_standard_report.JPG The datasource InformationExtraction has only 7 relations. Could you please help us investigate this issue ? Thank...
by Arjune
Thu Mar 23, 2023 3:34 pm
Forum: Stimulsoft Reports.NET
Topic: Error when trying to Render Report : CommandText property has not been initialized
Replies: 3
Views: 1349

Re: Error when trying to Render Report : CommandText property has not been initialized

Hello,
We managed to solve it on our side: the issue was that one of our datasources in the StiReport had an empty SqlCommand, which caused an issue when calling Render() on the StiReport object.
Apparently SqlCommand has to be filled for each datasources of the dictionary, is that correct?
by Arjune
Thu Mar 23, 2023 9:35 am
Forum: Stimulsoft Reports.NET
Topic: Error when trying to Render Report : CommandText property has not been initialized
Replies: 3
Views: 1349

Error when trying to Render Report : CommandText property has not been initialized

Dear support, The used version of stimulsoft Reports.NET is 2023.1.6. I currently have an issue using Reports.NET: when I try to render my report, I have the following error and I do not understand how to solve it : CommandText property has not been initialized Here is the Stacktrace : at Npgsql.Npg...
by Arjune
Wed Sep 21, 2022 7:44 am
Forum: Stimulsoft Reports.NET
Topic: CSV Separator
Replies: 3
Views: 428

Re: CSV Separator

Alright, thank you for your answer.
by Arjune
Tue Sep 20, 2022 9:16 am
Forum: Stimulsoft Reports.NET
Topic: CSV Separator
Replies: 3
Views: 428

CSV Separator

Hello, I would like to know which separator can be used when exporting a CSV file from a StiReport? I am setting the following parameters before exporting : StiExportSettings settings = new StiDataExportSettings() { SkipColumnHeaders = generateReportSettings.SkipColumnHeaders, Separator = generateRe...
by Arjune
Fri Jan 14, 2022 10:23 am
Forum: Stimulsoft Dashboards.JS
Topic: Export to XML in Stimulsoft Designer
Replies: 1
Views: 735

Export to XML in Stimulsoft Designer

Hello, We would like to export a report as XML in the Designer. As you can see, the XML option is not available in the Save menu in the Preview tab. We see the feature needs to be activated somehow, but setting the option "showExportToXml" as true does not seem to work neither (in the StiD...
by Arjune
Thu Sep 02, 2021 6:53 am
Forum: Stimulsoft Reports.JS
Topic: Query encrypted
Replies: 8
Views: 4226

Re: Query encrypted

Hello,

Any news regarding this topic ? It has become quite urgent on our side to use an encrypted connection string, so we now need to know how to decrypt it on server side.

Kind regards,
by Arjune
Mon Jun 28, 2021 3:23 pm
Forum: Stimulsoft Reports.NET
Topic: License Activation with Stimulsoft.Reports.Engine.NetCore
Replies: 1
Views: 509

License Activation with Stimulsoft.Reports.Engine.NetCore

Hello, I am using the Stimulsoft.Reports.Engine.NetCore library to export Stimulsoft reports (using the StiReport.Render() & StiReport.ExportDocument() methods to get a report in PDF or Excel format). The problem is I see the "Trial" watermark on the background of the exported report? ...
by Arjune
Thu Apr 15, 2021 9:09 am
Forum: Stimulsoft Reports.JS
Topic: Datasources have disappeared from new report wizard
Replies: 3
Views: 2160

Re: Datasources have disappeared from new report wizard

Thank you for your swift answer.

Is it possible to set this NewReport parameter in our code, so that it is already set to "Merge Dictionary" when we try to create a new standard report?
If yes, how should we proceed?