Search found 58 matches

by rksaskia
Wed Oct 30, 2019 8:40 am
Forum: Stimulsoft Reports.NET
Topic: RichText-Usage is not thread safe ?!
Replies: 4
Views: 1536

Re: RichText-Usage is not thread safe ?!

I've already thought something like that. RTF is bad. Why don't you offer an alternative? You go to the Web with big steps, why is no HTML control offered? Our customers need the option to include formatted text in the reports: - simple text formatting, size, appearance, color - Tables, with colors ...
by rksaskia
Wed Oct 23, 2019 3:13 pm
Forum: Stimulsoft Reports.NET
Topic: RichText-Usage is not thread safe ?!
Replies: 4
Views: 1536

RichText-Usage is not thread safe ?!

Hello, see sample project. 6 Datasources, same report template, 6 tasks render and export parallel. When i use lock(StiReport) around the Render And Export-Methode, all fine. All 6 Pdfs are generated. But without lock, two errors may occur: 1. There are an infinite number of empty pages produced (on...
by rksaskia
Thu Sep 07, 2017 11:13 am
Forum: Stimulsoft Reports.NET
Topic: Please extend your HTML skills!
Replies: 1
Views: 1187

Please extend your HTML skills!

Hello, RTF is terrible!! Want an example? You have add the Option StiOptions.Engine.ForceLoadExtendedRichTextLibrary = true; StiOptions.Engine.ExtendedRichTextLibraryClassName = "RichEdit50W"; We tested and it works. A colorfull Table, an Image, all was show in the Preview. But then we exp...
by rksaskia
Mon May 22, 2017 2:20 pm
Forum: Stimulsoft Reports.NET
Topic: Parameter for RTF version to be used
Replies: 6
Views: 4015

Re: Parameter for RTF version to be used

Thank you first, I will test it!
by rksaskia
Mon May 15, 2017 1:20 pm
Forum: Stimulsoft Reports.NET
Topic: Parameter for RTF version to be used
Replies: 6
Views: 4015

Re: Parameter for RTF version to be used

Hello, First, place riched20.dll in the main application folder is not a possibility if you have mixed 32-bit / 64-bit clients. Our application is started by a network share, not a local installation. On the network share, I can only place one version (32-bit / 64-bit) of riched20.dll. Second, distr...
by rksaskia
Fri May 05, 2017 6:43 am
Forum: Stimulsoft Reports.NET
Topic: Parameter for RTF version to be used
Replies: 6
Views: 4015

Parameter for RTF version to be used

Hello, i have seen that in class StiRichTextBox possibly the Control with version RICHEDIT50W is generated. namespace Stimulsoft.Report.Controls { /// <summary> /// Represents a Windows rich text box control, with some impovements. /// </summary> [SuppressUnmanagedCodeSecurity] [ToolboxItem(false)] ...
by rksaskia
Tue Mar 14, 2017 12:43 pm
Forum: Stimulsoft Reports.NET
Topic: Problems with memory in export
Replies: 3
Views: 1766

Re: Problems with memory in export

Sorry, that was the original report.

Project updated.

Greetings
by rksaskia
Fri Mar 10, 2017 1:15 pm
Forum: Stimulsoft Reports.NET
Topic: Problems with memory in export
Replies: 3
Views: 1766

Problems with memory in export

Hello, each new version becomes more and more errors. The last version we can use productively is 2016.1.7. Here is an example of our frustration: Version 2016.1.7 Report with 2000 pages; ReportCacheMode = off The report contains only an image, the image comes from an file. Memory usage for renderin...
by rksaskia
Thu Jan 26, 2017 3:04 pm
Forum: Stimulsoft Reports.NET
Topic: Exception with Thumbs
Replies: 3
Views: 1987

Re: Exception with Thumbs

Correct, i wrote "The error obviously only occurs with certain printer models." But your Funktion Stimulsoft.Report.Viewer.StiViewerControl.BuildThumbsScrollBar throws the Exceptions, and i can't handle this. In your funktion you call Stimulsoft.Controls.Win.DotNetBar.ScrollBarAdv.set_Larg...
by rksaskia
Tue Jan 24, 2017 9:22 am
Forum: Stimulsoft Reports.NET
Topic: Exception with Thumbs
Replies: 3
Views: 1987

Exception with Thumbs

Hello, we used the Stimulsoft.Report.Viewer.StiRibbonViewerControl to preview the reports in an Winforms application. The ShowThumbsPanel property is set to true. Our customers report the following errors: System.ArgumentOutOfRangeException Specified argument was out of the range of valid values. at...