'Declaration
<DescriptionAttribute("The height limit of the row, in hundredths of an inch. A value of 0 indicates there is no height limit.")>
<CategoryAttribute("Appearance")>
<EditorAttribute("Xceed.Grid.Reporting.Design.UnitValueEditor, Xceed.Grid.v4.3,Version=4.3.25208.5768,Culture=neutral,PublicKeyToken=ba83ff368b7563c6", System.Drawing.Design.UITypeEditor)>
<EndUserDisplayNameAttribute("Row Height Expansion Limit")>
Public Property RowHeightExpansionLimit As Integer
'Usage
Dim instance As RowReportStyle
Dim value As Integer
instance.RowHeightExpansionLimit = value
value = instance.RowHeightExpansionLimit
[Description("The height limit of the row, in hundredths of an inch. A value of 0 indicates there is no height limit.")]
[Category("Appearance")]
[Editor("Xceed.Grid.Reporting.Design.UnitValueEditor, Xceed.Grid.v4.3,Version=4.3.25208.5768,Culture=neutral,PublicKeyToken=ba83ff368b7563c6", System.Drawing.Design.UITypeEditor)]
[EndUserDisplayName("Row Height Expansion Limit")]
public int RowHeightExpansionLimit {get; set;}
Property Value
A value representing the height limit of the row, in hundredths of an inch.
By default, 0 indicating that the row does not have a height limit.
Remarks
If RowHeightExpansionLimit is greater than zero and RowHeightExpansion is set to RowHeightExpansion.ExpandUpToLimit, the height of the row will expand, if necessary, until the value defined by the RowHeightExpansionLimit property. If RowHeightExpansion is set to WithoutLimits, the height of the row will expand until all its content is displayed.
To convert values from a specific Unit to hundredth's of an inch, and vice-versa, a UnitConverter can be used.
Requirements
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