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