Error when Show Preview dialog is set to true

Stimulsoft Reports.NET discussion
Post Reply
tari95
Posts: 2
Joined: Mon Oct 17, 2016 11:34 am

Error when Show Preview dialog is set to true

Post by tari95 »

Hi everyone - i'm getting "An error occured during this operation" when i try to show the print preview dialog.
This is how i call the report printer:

Dim settings As New PrinterSettings
Dim _settings As New PersistentSettings
settings.PrinterName = _settings.Settings.InvoicePrinter
Me.StiPreviewControl1.Report.Print(True, settings)

Can someone please advise?
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Re: Error when Show Preview dialog is set to true

Post by Alex K. »

Hello,

We couldn't reproduce this bug.
Please try to check the last prerelease build and let us know about the result.

Thank you.
Post Reply