ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Export.Image Assembly / GrapeCity.ActiveReports.Export.Image.Page Namespace / Settings Class / SizeToFit Property

In This Topic
    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