Search found 83 matches

by BCS
Tue Sep 29, 2020 9:11 am
Forum: Stimulsoft Reports.JS
Topic: Print Issue
Replies: 14
Views: 3483

Re: Print Issue

Thank you for I will give it a try.
by BCS
Thu Sep 24, 2020 6:38 pm
Forum: Stimulsoft Reports.JS
Topic: Print Issue
Replies: 14
Views: 3483

Re: Print Issue

Apologies I was on vacation, if I wanted to use my own Find Text function similar to your binoculars button, is there an API to call for that similar to NextPage, PrevPage, etc
by BCS
Tue Sep 01, 2020 9:52 pm
Forum: Stimulsoft Reports.JS
Topic: Print Issue
Replies: 14
Views: 3483

Re: Print Issue

Okay I will give that a try and let you know the results.

As a side question is there an API for the Find function you guys have in your toolbar, so that it might be used externally?
by BCS
Thu Aug 27, 2020 4:57 pm
Forum: Stimulsoft Reports.JS
Topic: Print Issue
Replies: 14
Views: 3483

Re: Print Issue

TypeError: this.invokePrinted is not a function at stimulsoft.reports.js:164257 at stimulsoft.reports.js:151015 at i.callTry (stimulsoft.reports.js:58231) at i.try (stimulsoft.reports.js:58214) at b.exportToAsync (stimulsoft.reports.js:151011) at dt.printToPdf (stimulsoft.reports.js:164235) Can you ...
by BCS
Fri Aug 21, 2020 9:07 pm
Forum: Stimulsoft Reports.JS
Topic: Print Issue
Replies: 14
Views: 3483

Re: Print Issue

I got past this issue by using viewer.report.printToPdf ( /** I DON'T KNOW WHAT GOES HERE **/ ) I am asking for the correct API call and its parameters, I don't know the parameters because they are undocumented. My guess is that its expecting something there thats throwing the error in your script, ...
by BCS
Wed Aug 19, 2020 1:12 pm
Forum: Stimulsoft Reports.JS
Topic: Print Issue
Replies: 14
Views: 3483

Re: Print Issue

What about my original question about the printToPdf method producing an error
by BCS
Wed Aug 19, 2020 5:29 am
Forum: Stimulsoft Reports.JS
Topic: Print Issue
Replies: 14
Views: 3483

Re: Print Issue

Alternative is there a way to set the default destination and or the settings the printer dialog uses, say turn off Headers/Footers, paper size, margins (this is the system provided print dialog in chrome for instance)
by BCS
Wed Aug 19, 2020 5:01 am
Forum: Stimulsoft Reports.JS
Topic: Print Issue
Replies: 14
Views: 3483

Print Issue

I been having no problems then suddenly now all pages will have an extra page with them with 0.25in" Top/Bottom margins, I'm guessing because the browser is padding the margins pushing things where they aren't normally. However if i use the "Print to PDF" the margins are respected vs ...
by BCS
Thu Jun 04, 2020 7:04 pm
Forum: Stimulsoft Reports.JS
Topic: Report Designer CanShrink/Shifting Issue
Replies: 10
Views: 2855

Re: Report Designer CanShrink/Shifting Issue

The issue ended up being the style that was set in the Conditions dialog, it has its own font, size, etc settings that are applied if the condition is triggered. At the moment we are trying to deal with an issue with our HTML editor inserting new <p> tags every time we press enter, each time it'll c...
by BCS
Thu May 28, 2020 4:33 pm
Forum: Stimulsoft Reports.JS
Topic: FileSaver.min.js Error?
Replies: 3
Views: 1322

Re: FileSaver.min.js Error?

Okay thank you for the swift response! :D