Enum
ScaleModes

Sets the scale mode of the viewer

Definition

Namespace:Telerik.ReportViewer.Mvc

Assembly:Telerik.ReportViewer.Mvc.dll

Syntax:

cs-api-definition
[Obsolete]
public enum ScaleModes

Fields

FIT_PAGE

The whole report will fit on the page (will zoom in or out), regardless of its width and height.

Declaration

cs-api-definition
FIT_PAGE = 1

Field Value

ScaleModes

FIT_PAGE_WIDTH

The report will be zoomed in or out so that the width of the screen and the width of the report match.

Declaration

cs-api-definition
FIT_PAGE_WIDTH = 0

Field Value

ScaleModes

SPECIFIC

Uses the scale to zoom in and out the report.

Declaration

cs-api-definition
SPECIFIC = 2

Field Value

ScaleModes

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