Partilhar via


Enumeração DisplayMode

Represents a possible display mode for the ReportViewer control.

Namespace:  Microsoft.Reporting.WinForms
Assembly:  Microsoft.ReportViewer.WinForms (em Microsoft.ReportViewer.WinForms.dll)

Sintaxe

'Declaração
Public Enumeration DisplayMode
public enum DisplayMode
public enum class DisplayMode
type DisplayMode
public enum DisplayMode

Membros

Nome do membro Descrição
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.

Comentários

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

Consulte também

Referência

Namespace Microsoft.Reporting.WinForms