ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Blazor.Viewer Assembly / GrapeCity.ActiveReports.Blazor.Viewer Namespace / SizeType Enumeration

In This Topic
    SizeType Enumeration
    In This Topic
    All supported size types
    Syntax
    'Declaration
     
    Public Enum SizeType 
       Inherits System.Enum
    public enum SizeType : System.Enum 
    Members
    MemberDescription
    Default 
    FitToPage 
    FitToWidth 
    Stretch 
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.ActiveReports.Blazor.Viewer.SizeType

    See Also