Zoom Property (C1ReportViewer)
In This Topic
The page zoom value. Accepts named zoom values like "actual size", "fit page", "fit width", "fit height" or value in percentages, e.g. "50%", "70%".
Syntax
'Declaration
Public Property Zoom As System.String
public System.string Zoom {get; set;}
See Also