SizeToFit Property (Settings)
In This Topic
By default, rendered report pages are not resized to fit within the selected image size. Set this value to True to resize the report pages.
Syntax
'Declaration
Public Property SizeToFit As Boolean
public bool SizeToFit {get; set;}
See Also