all groups > sql server reporting services > october 2006 >
You're in the

sql server reporting services

group:

ReportViewer does not print on first attempt



ReportViewer does not print on first attempt Cathy
10/20/2006 12:00:03 PM
sql server reporting services: Hi,

Has anyone found a solution to the problem of the reportviewer not printing
the first time you try to print? We found a solution on another newsgroup
but it doesn't fully resolve the problem.

Me.ReportViewer1.SetDisplayMode(Microsoft.Reporting.WinForms.DisplayMode.PrintLayout)Me.ReportViewer1.RefreshReport()


By using the displaymode.printlayout now you have to press the Print button
in the print dialog twice. But at least it prints. It seems that when the
print dialog displays it does not have focus. Clicking the print button or
anything else in the print dialog, then clicking the Print Button again does
actually print the report.

print Rolf
10/26/2006 12:58:41 PM
there is a fix on msdn.
using a timer


EggHeadCafe.com - .NET Developer Portal of Choice
AddThis Social Bookmark Button