ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering.Components Namespace / IList Interface / ConsumeWhiteSpace Property

In This Topic
ConsumeWhiteSpace Property (IList)
In This Topic
Gets a value indicating whether all whitespace in the list should be consumed when contents grow rather than preserving the minimum whitespace between the contents and the bounds of the list.
Syntax
'Declaration
 
ReadOnly Property ConsumeWhiteSpace As Boolean
 

Property Value

A System.Boolean value. true if all whitespace should be consumed; otherwise, false.
See Also