Enum
ZoomMode

Specifies the zoom mode for the ReportViewer control.

Definition

Namespace:Telerik.ReportViewer.WinForms

Assembly:Telerik.ReportViewer.WinForms.dll

Syntax:

cs-api-definition
public enum ZoomMode

Fields

FullPage

Sets the zoom mode to full page, so the entire page can fit in the ReportViewer's display area.

Declaration

cs-api-definition
FullPage = 0

Field Value

ZoomMode

PageWidth

Sets the zoom mode to page width, so the page width fits the ReportViewer's display area.

Declaration

cs-api-definition
PageWidth = 1

Field Value

ZoomMode

Percent

Sets the zoom mode to a percentage, which is specified by the viewer's ZoomPercent property.

Declaration

cs-api-definition
Percent = 2

Field Value

ZoomMode

In this article
DefinitionFieldsFullPagePageWidthPercent
Not finding the help you need?
Contact Support