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

public enum DisplayMode
public enum class DisplayMode
type DisplayMode
Public Enumeration 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

Microsoft.Reporting.WinForms Namespace

Return to top