DisplayMode-Enumeration
Represents a possible display mode for the ReportViewer control.
Namespace: Microsoft.Reporting.WinForms
Assembly: Microsoft.ReportViewer.WinForms (in microsoft.reportviewer.winforms.dll)
Syntax
Member
Membername | Beschreibung | |
---|---|---|
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. |
Hinweise
A DisplayMode enumerator value is passed to the SetDisplayMode method of the ReportViewer control.