error when printing a report

Stimulsoft Reports.NET discussion
Post Reply
miguel
Posts: 14
Joined: Tue Apr 21, 2009 10:32 am
Location: sinaloa

error when printing a report

Post by miguel »

hello I have a bug that I get but not on all machines where I have my software program stimulsoft.net

work on a machine with win 7 32 bit and if I use my program on win 32 bit but nothing happens on some machines with 64-bit win mark me the following error happened in the picture ... when wanting to print .. that may be in StiReport.Print or requirements needed to use Stimulsoft pc ..

I hope you can help me thanks

report.Render(true);

if (!report.IsStopped)
{
if (reportAction == ReportAction.PreviewInWindow)
{ report.Show(); }
else if (reportAction == ReportAction.Preview)
{
stvVista.Report = report;
btnimprimir.Enabled = true;
}
else
if (reportAction == ReportAction.Print)
{
report.Print(false, printerSettings); }
}
Attachments
error.png
error.png (109.58 KiB) Viewed 973 times
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: error when printing a report

Post by HighAley »

Hello.

Which version do you use?
Please, try to check our latest prerelease build.

Thank you.
Post Reply