Represents a possible display mode for the ReportViewer control.
命名空间: Microsoft.Reporting.WinForms
程序集: Microsoft.ReportViewer.WinForms (在 microsoft.reportviewer.winforms.dll 中)
语法
声明
用法
成员
| 成员名称 | 说明 | |
|---|---|---|
| Normal | Specifies that the control is in normal mode. This mode causes the control to display logical pages. | |
| PrintLayout | Specifies that the control is in print layout mode. In this mode, the control displays physical pages. |
备注
A DisplayMode enumerator value is passed to the SetDisplayMode method of the ReportViewer control.