Page 1 of 1

error when printing a report

Posted: Thu Aug 02, 2012 6:42 pm
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); }
}

Re: error when printing a report

Posted: Fri Aug 03, 2012 12:01 pm
by HighAley
Hello.

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

Thank you.