ZoomMode Enumeration

 

Specifies the zoom mode for the ReportViewer control.

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

Syntax

public enum ZoomMode
public enum class ZoomMode
type ZoomMode
Public Enumeration ZoomMode

Members

Member name Description
FullPage

Sets the zoom mode to full page.

PageWidth

Sets the zoom mode to page width.

Percent

Sets the zoom mode to a percentage.

Remarks

This enumerator is used with the ZoomMode property.

See Also

Microsoft.Reporting.WinForms Namespace

Return to top