ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / ReportPartSizeMode Enumeration

In This Topic
    ReportPartSizeMode Enumeration
    In This Topic
    Size mode of report part.
    Syntax
    'Declaration
     
    Public Enum ReportPartSizeMode 
       Inherits System.Enum
    public enum ReportPartSizeMode : System.Enum 
    Members
    MemberDescription
    FixedThe item size is defined by library.
    ResizableThe size of the item will be overriden by the part item.
    Inheritance Hierarchy

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

    See Also