Paul van Coller
2007-10-24 09:53:05 UTC
When I print a Visual Basic .net Report my program crashes randomly.
It sometimes happens after the 3rd time I try it, and other times after the
second.
Here is the code I use:
frmRptAssess.ReportViewer1.LocalReport.EnableExternalImages
= True
frmRptAssessRep.ReportTableAdapter.Fill(frmRptAssessRep.rubiconDataSet.Report)
frmRptAssessRep.ReportViewer1.RefreshReport()
frmRptAssessRep.ShowDialog()
frmAdditionalItems.ShowDialog()
It only happens on the client computers. Could I be missing a component in
my setup?
I am installing the Microsoft 2005 Report viewer as well.
Any help would be appreciated.
Thanks.
It sometimes happens after the 3rd time I try it, and other times after the
second.
Here is the code I use:
frmRptAssess.ReportViewer1.LocalReport.EnableExternalImages
= True
frmRptAssessRep.ReportTableAdapter.Fill(frmRptAssessRep.rubiconDataSet.Report)
frmRptAssessRep.ReportViewer1.RefreshReport()
frmRptAssessRep.ShowDialog()
frmAdditionalItems.ShowDialog()
It only happens on the client computers. Could I be missing a component in
my setup?
I am installing the Microsoft 2005 Report viewer as well.
Any help would be appreciated.
Thanks.