Load in Print Preview

I am using Reportviewer to produce various local reports for my windows application.
Is there any way to set the reportviewer to open in print preview, rather than the full screen, list view
All comments/suggestions welcome.



Answer this question

Load in Print Preview

  • bryanedds

    Thanks very much Brian, a great help.


  • cpurick

    Yes. Instead of calling ReportViewer.RefreshReport to view the report, call ReportViewer.SetDisplayMode(DisplayMode.PrintLayout). You should replace the RefreshReport call because SetDisplayMode will do it implicitly,
  • Load in Print Preview