ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Rendering.Components Namespace / MemoryImage Class / Sizing Property

In This Topic
    Sizing Property (MemoryImage)
    In This Topic
    Gets or sets the GrapeCity.ActiveReports.PageReportModel.ImageSizing determining how a picture should be sized within the image report control area.
    Syntax
    'Declaration
     
    Public Property Sizing As ImageSizing
    public ImageSizing Sizing {get; set;}
    See Also