Game Technologies
Windows Vista
SQL Server
Windows Forms
.NET Development
Visual Studio
SharePoint Products
IE Development
Visual Basic
Audio and Video
Visual C++
Visual FoxPro
Smart Devicet
Microsoft ISV
VS Team System
Software Development Network>> Visual Studio>> Load in Print Preview
Load in Print Preview
Hot Topic
Microsoft Visual Studio cannot shut down because a modal dialog is active. Close the active dialog and try again.
Problem about Crystal Report
CommandBarButton Selected?
ListObject bug or something silly?
Small problem - Long namespaces truncated
VSTO processing many files
Right Click Event on Email Item
Can't uninstall WinFX beta 2 (specially WCF Components)
Multiple certificates problem
ReportViewer scrolling problem
Visual Studio
TCP error code 10061: No connection could be made because the target machine actively refused it.
How can I use an value of some property of control in control template for this control?
Canvas.SetLeft not working?
Hands-on-Lab 04
CR on client system (redist)
Which Schema to Use???
TabControl Two level
Correct cleaning of custom build
Clocks getting out of sync
Problem: Channel closed after 10 minutes of inactivity
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
Answer this question
Load in Print Preview
bryanedds
cpurick