ActiveReports Developer 7
ImageSizing Enumeration
See Also 
GrapeCity.ActiveReports.Extensibility.v7 Assembly > GrapeCity.ActiveReports.Extensibility.Definition.Components Namespace : ImageSizing Enumeration

Glossary Item Box

Determines how a picture should be sized within the image report item area.

Syntax

Visual Basic (Declaration) 
Public Enum ImageSizing 
   Inherits System.Enum
C# 
public enum ImageSizing : System.Enum 

Members

MemberDescription
AutoSizeIndicates that the image report item 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 item.
FitProportionalIndicates that the picture should be clipped to fit the image report item and the proportions should be saved.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.ActiveReports.Extensibility.Definition.Components.ImageSizing

See Also