MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / AutoWidth Enumeration

AutoWidth Enumeration
Specifies a column auto grow behavior.
Syntax
'Declaration
 
Public Enum AutoWidth 
   Inherits System.Enum
 
Members
MemberDescription
NoneColumns do not grow
ProportionalColumns grow proportionally to fill free table space
Inheritance Hierarchy

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

See Also