ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / ImageSizing Enumeration

In This Topic
    ImageSizing Enumeration
    In This Topic
    Determines how a picture should be sized within the image report control area.
    Syntax
    'Declaration
     
    Public Enum ImageSizing 
       Inherits System.Enum
    public enum ImageSizing : System.Enum 
    Members
    MemberDescription
    AutoSizeIndicates that the image report control should be expanded to fit the picture.
    ClipIndicates that the picture should be clipped to fit.
    FitIndicates that the picture should be clipped to fit the image report control.
    FitProportionalIndicates that the picture should be clipped to fit the image report control and the proportions should be saved.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.ActiveReports.PageReportModel.ImageSizing

    See Also