ActiveReports 12
AutoScaleMode Property (Viewer)

GrapeCity.ActiveReports.Viewer.Win.v12 Assembly > GrapeCity.ActiveReports.Viewer.Win Namespace > Viewer Class : AutoScaleMode Property
Gets or sets the automatic scaling mode of the control.
Syntax
'Declaration
 
Public Property AutoScaleMode As AutoScaleMode
public AutoScaleMode AutoScaleMode {get; set;}

Property Value

An System.Windows.Forms.AutoScaleMode that represents the current scaling mode. The default is System.Windows.Forms.AutoScaleMode.None.
Exceptions
ExceptionDescription
An System.Windows.Forms.AutoScaleMode value that is not valid was used to set this property.
See Also

Reference

Viewer Class
Viewer Members