Version

DefaultSummaryRowHeight Property

Returns or sets a value representing the default summary row height.
Syntax
'Declaration
 
Public Property DefaultSummaryRowHeight As Integer
public int DefaultSummaryRowHeight {get; set;}
Remarks

You can use this property to specify the height that the summary rows for this band or the grid controlled by this override will use. If the value of this property is lower than the MinSummaryRowHeight, it will be disregarded. Setting this property to 0 will cause the control to use the largest font size and image specified for the summary row to determine the its height.

Setting DefaultSummaryRowHeight to a value of -1 will cause it to use the value from the next highest object in the override hierarchy.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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

See Also