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); }
}
error when printing a report
error when printing a report
- Attachments
-
- error.png (109.58 KiB) Viewed 973 times
Re: error when printing a report
Hello.
Which version do you use?
Please, try to check our latest prerelease build.
Thank you.
Which version do you use?
Please, try to check our latest prerelease build.
Thank you.