Represents a possible display mode for the ReportViewer control.
Namespace: Microsoft.Reporting.WinForms
Assembly: Microsoft.ReportViewer.WinForms (in microsoft.reportviewer.winforms.dll)

Syntax
Visual Basic (Declaration)
Public Enumeration DisplayMode
Dim instance As DisplayMode
public enum class DisplayMode

Members
| | Member name | Description |
|---|
| Normal | |
| PrintLayout | |

Remarks
A DisplayMode enumerator value is passed to the SetDisplayMode method of the ReportViewer control.

See Also