在Visual Studio 2005中,如何在Print-Preview模式下直接在ReportViewer控件中显示报表?
使用SetDisplayMode()方法:
SetDisplayMode()
MyReportViewer.SetDisplayMode(DisplayMode.PrintLayout);