Search found 7 matches

by fsl@framiac.com
Tue Apr 09, 2019 2:17 pm
Forum: Stimulsoft Reports.UWP
Topic: Printed report sends previous report to printer
Replies: 5
Views: 20655

Re: Printed report sends previous report to printer

Hello

Wondering if you could advise of any progress regarding the issue of the previous report being sent to printer. We're being blocked by this and would greatly appreciate it if you have a solution.
by fsl@framiac.com
Sat Feb 23, 2019 6:43 am
Forum: Stimulsoft Reports.UWP
Topic: Printed report sends previous report to printer
Replies: 5
Views: 20655

Re: Printed report sends previous report to printer

Thank you. The solution you provided worked brilliantly when the reports are printed from the same page, but the error persists if the reports are printed from different pages.

I will email you with a link to another sample project that demonstrates this variant of the issue.
by fsl@framiac.com
Tue Feb 12, 2019 11:29 pm
Forum: Stimulsoft Reports.UWP
Topic: Printed report sends previous report to printer
Replies: 5
Views: 20655

Printed report sends previous report to printer

A belated happy new year to the team at Stimulsoft and thank you for great support in 2018. We have a problem sending reports directly to the printer. We can send one report to the printer but when we send the same report again with different data, the original report is printed. I'm sure this is ju...
by fsl@framiac.com
Fri Dec 14, 2018 6:29 pm
Forum: Stimulsoft Reports.UWP
Topic: The application called an interface that was marshalled for a different thread
Replies: 3
Views: 13121

Re: The application called an interface that was marshalled for a different thread

It looks like a 3rd party service we recently introduced might have triggered the issue. We've rolled back to a previous state and reports now print as expected.

If the issue recurs I'll prepare sample project.
by fsl@framiac.com
Sun Dec 09, 2018 3:08 pm
Forum: Stimulsoft Reports.UWP
Topic: The application called an interface that was marshalled for a different thread
Replies: 3
Views: 13121

The application called an interface that was marshalled for a different thread

We have a ReportViewerPage that displays any user selected report. The ReportViewerPage.xaml.cs has this protected override void OnNavigatedTo(NavigationEventArgs e) { ReportViewerPageViewModel vm = this.ReportsViewModel; AsyncHelper.RunSync(() => vm.PrepareReportAsync()); } ReportViewerPageViewMode...
by fsl@framiac.com
Sun Jun 24, 2018 10:51 am
Forum: Stimulsoft Reports.UWP
Topic: Report viewer toolbar
Replies: 1
Views: 11303

Report viewer toolbar

Hello We're trying to build a consistent looking app and would like to have a appbar which is consistent with the rest of our app. Is there a way we can hide your report viewer toolbar, build our own report viewer toolbar and access the commands on your buttons from buttons we create on our own tool...
by fsl@framiac.com
Sun Jun 24, 2018 10:46 am
Forum: Stimulsoft Reports.UWP
Topic: Report Viewer
Replies: 1
Views: 10289

Report Viewer

Hello
Is there a way that we can print a report without displaying the reportviewer. That is have the report instantiated for printing but go straight to the Windows print manager instead of the Stimulsoft report pre-view?