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

'Declaration
Public Enumeration DisplayMode
'Usage
Dim instance As DisplayMode
public enum DisplayMode
public enum class DisplayMode
public enum DisplayMode
public enum DisplayMode

Members

  Member name Description
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. 

Remarks

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

See Also

Reference

Microsoft.Reporting.WinForms Namespace