Search found 14 matches

by mosoul
Fri Feb 26, 2021 8:15 am
Forum: Stimulsoft Reports.WPF
Topic: Report generation - Query parallelism
Replies: 1
Views: 2591

Report generation - Query parallelism

Hi,

We have a report with multiple SQL Query, each query take long to compute.
We saw that every query is launch sequentially.
There is a way to launch them in parallel ?

Thanks.
Morgan SOULLEZ
by mosoul
Mon Jul 03, 2017 6:59 am
Forum: Stimulsoft Reports.WPF
Topic: Licensed version print Trial watermark
Replies: 5
Views: 4420

Re: Licensed version print Trial watermark

Hi,

You can find in attachment, a sample project to reproduce this bug.
You have to put youre license key in the App.xaml.cs for the test.

Regards
Morgan
by mosoul
Fri Jun 30, 2017 8:54 am
Forum: Stimulsoft Reports.WPF
Topic: Licensed version print Trial watermark
Replies: 5
Views: 4420

Re: Licensed version print Trial watermark

Hi,

Thanks, i've upgraded to the 2017.1.7 release and it fixed !

But i found an other problem, when i export to Jpeg, i have the Trial watermak.
I use this method :

Code: Select all

report.ExportDocument(StiExportFormat.ImageJpeg, exportedJpeg, settings);
Regards
by mosoul
Wed Jun 28, 2017 3:12 pm
Forum: Stimulsoft Reports.WPF
Topic: Licensed version print Trial watermark
Replies: 5
Views: 4420

Licensed version print Trial watermark

Hello, I've upgraded our Stimusoft version to the 2017.1.6 with the new license system. In our app we print with the both methods PrintWithWpf and Print. When we use PrintWithWpf the result is good, but when we use Print method (to use PrinterSettings) we have the Trial watermark. It's bug? Or our p...
by mosoul
Tue Aug 27, 2013 8:52 am
Forum: Stimulsoft Reports.WPF
Topic: Convert FlowDocument To Rtf
Replies: 9
Views: 7767

Re: Convert FlowDocument To Rtf

Hi, I've resolved my problem ! With this source code : if (!string.IsNullOrEmpty(ListeDesMouvementsCaisse.Commentaire)) { var flowDocument = new System.Windows.Documents.FlowDocument(); var stringReader = new System.IO.StringReader(ListeDesMouvementsCaisse.Commentaire); var xmlTextReader = new Syste...
by mosoul
Mon Aug 26, 2013 7:12 am
Forum: Stimulsoft Reports.WPF
Topic: Convert FlowDocument To Rtf
Replies: 9
Views: 7767

Re: Convert FlowDocument To Rtf

Hi,

No i don't have any error...

Regards,
Morgan
by mosoul
Fri Aug 23, 2013 1:26 pm
Forum: Stimulsoft Reports.WPF
Topic: Convert FlowDocument To Rtf
Replies: 9
Views: 7767

Re: Convert FlowDocument To Rtf

Hi,

Thanks for your reply.

I Check it and convert only no null value, but my RichText does not display value...

Regards,
Morgan
by mosoul
Thu Aug 22, 2013 12:55 pm
Forum: Stimulsoft Reports.WPF
Topic: Convert FlowDocument To Rtf
Replies: 9
Views: 7767

Re: Convert FlowDocument To Rtf

Hello,

You can find the Report on attachment, and an example of Data in my DataBase.

Thanks,
Morgan
by mosoul
Wed Aug 21, 2013 10:26 am
Forum: Stimulsoft Reports.WPF
Topic: Convert FlowDocument To Rtf
Replies: 9
Views: 7767

Convert FlowDocument To Rtf

Hello, In our base we save FlowDocument as Text. And i have to display it on Report. I found this Topic http://forum.stimulsoft.com/viewtopic.php?f=12&t=3012&p=12393&hilit=flowDocument#p12393 . So i've code this on GetValueEvent : byte[] byteArray = System.Text.Encoding.Default.GetBytes(...
by mosoul
Thu Feb 07, 2013 3:05 pm
Forum: Stimulsoft Reports.WPF
Topic: Adding personnal buttons in Viewer
Replies: 5
Views: 2337

Re: Adding personnal buttons in Viewer

Hello,

Ok. I will looking for a new way to do this.

Thanks for your reply !
Morgan