Gets or sets the maximum height of the header or footer section, in hundredths of an inch.
'Declaration
<DescriptionAttribute("The maximum height of the header or footer section, in hundredths of an inch. A value of -1 indicates there is no maximum height.")>
<CategoryAttribute("Appearance")>
<DefaultValueAttribute(-1)>
<LocalizableAttribute(True)>
<EditorAttribute("Xceed.Grid.Reporting.Design.UnitValueEditor, Xceed.Grid.v4.3,Version=4.3.20076.12375,Culture=neutral,PublicKeyToken=ba83ff368b7563c6", System.Drawing.Design.UITypeEditor)>
<EndUserDisplayNameAttribute("Maximum Allowed Height")>
Public Property MaxHeight As Integer
'Usage
Dim instance As HeaderFooter
Dim value As Integer
instance.MaxHeight = value
value = instance.MaxHeight
[Description("The maximum height of the header or footer section, in hundredths of an inch. A value of -1 indicates there is no maximum height.")]
[Category("Appearance")]
[DefaultValue(-1)]
[Localizable(true)]
[Editor("Xceed.Grid.Reporting.Design.UnitValueEditor, Xceed.Grid.v4.3,Version=4.3.20076.12375,Culture=neutral,PublicKeyToken=ba83ff368b7563c6", System.Drawing.Design.UITypeEditor)]
[EndUserDisplayName("Maximum Allowed Height")]
public int MaxHeight {get; set;}
Property Value
A value representing the maximum height of the header or footer section, in hundredths of an inch.
By default, -1, indicating that the header or footer section does not have a maximum height.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2