Search found 15 matches

by Nick - BIG VZW
Wed Oct 03, 2018 9:58 am
Forum: Stimulsoft Reports.WPF
Topic: Generating WPF Reports with a service
Replies: 9
Views: 4481

Re: Generating WPF Reports with a service

Hi, Finally had some time to revisit this issue. Turn out you were right. To call the RenderWithWpf() method you needs the Stimulsoft.report.wpf dll. But it gets optimized away on build time if you do not place a direct call the the dll. So instead of adding it to the GAC, i made the below addition ...
by Nick - BIG VZW
Wed Sep 12, 2018 11:10 am
Forum: Stimulsoft Reports.WPF
Topic: Generating WPF Reports with a service
Replies: 9
Views: 4481

Re: Generating WPF Reports with a service

Hi, I tried your solution, but it didn't work for me. If you call the following line of code in a Class Library which references the stimulsoft wpf dll's you get the error as mentioned above: StiPainter stiPainter = StiPainter.GetPainter(typeof(Stimulsoft.Report.Components.StiText), Stimulsoft.Base....
by Nick - BIG VZW
Tue Aug 14, 2018 8:42 am
Forum: Stimulsoft Reports.WPF
Topic: Generating WPF Reports with a service
Replies: 9
Views: 4481

Re: Generating WPF Reports with a service

Hi,

Adding the project as a attachment or sending it by mail failed.
I hope a WE transfer link is ok...


Thanks,

Nick
by Nick - BIG VZW
Mon Aug 13, 2018 8:39 am
Forum: Stimulsoft Reports.WPF
Topic: Generating WPF Reports with a service
Replies: 9
Views: 4481

Re: Generating WPF Reports with a service

Hi,

I included the sample project.
Sorry it took so long to respond.

Nick
by Nick - BIG VZW
Fri Jul 27, 2018 7:19 am
Forum: Stimulsoft Reports.WPF
Topic: Generating WPF Reports with a service
Replies: 9
Views: 4481

Generating WPF Reports with a service

Hi, When i call the report.RenderWithWPF() function in a service i get the following error: StiRenderProviderV2: Method : [GetPainter] : StiPainter for 'Stimulsoft.Report.Components.StiText' is not found! full error log in attachement: StimulsoftReport.log Code: Report.Load(Path.Combine(TemplatePath...
by Nick - BIG VZW
Tue Sep 12, 2017 1:34 pm
Forum: Stimulsoft Reports.WPF
Topic: Databand only renders one more time after pagebreak
Replies: 1
Views: 1589

Databand only renders one more time after pagebreak

Hi, We have a situation where a databand only renders one more time after a page break when we know it should render a least a few more times. All the data we want to show is in the XML. (we checked this a couple of times, just to be sure) the following picture shows where the data should be: Missin...
by Nick - BIG VZW
Tue Mar 28, 2017 6:06 am
Forum: Stimulsoft Reports.WPF
Topic: Decrease the default margin/padding of a Textbox
Replies: 4
Views: 2804

Re: Decrease the default margin/padding of a Textbox

Hello,

We will check out the new prerelease.

Thanks a bunch!
by Nick - BIG VZW
Fri Mar 24, 2017 8:55 am
Forum: Stimulsoft Reports.WPF
Topic: Decrease the default margin/padding of a Textbox
Replies: 4
Views: 2804

Decrease the default margin/padding of a Textbox

Hi, We are updating our stimulsoft version from 2014.1 to 2016.3 (WPF) And there seems to be a difference when we compare the margins between the textboxes of the two resulting pdf files. 2014.1 2014.1.PNG 2016.3 2016.3.PNG Is there some option we can set to reduce this margin? can shrink is already...
by Nick - BIG VZW
Mon Jan 30, 2017 11:47 am
Forum: Stimulsoft Reports.WPF
Topic: wordwrap issues when exporting to PDF
Replies: 5
Views: 3005

Re: wordwrap issues when exporting to PDF

hi,

Changing the Text Quality property solves our issue.

Thank you very much,
Nick
by Nick - BIG VZW
Thu Jan 26, 2017 12:38 pm
Forum: Stimulsoft Reports.WPF
Topic: wordwrap issues when exporting to PDF
Replies: 5
Views: 3005

Re: wordwrap issues when exporting to PDF

Hi,

We are now using version 2016.3, but we are still experiencing the above problem.
It looks normal in the preview of the Designer.exe, but the letter m disappears when we save the report as pdf.

the mrt and xml from the first post are still valid to reproduce this problem.

Thank you,
Nick