ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / List Class / ConsumeWhiteSpace Property

In This Topic
    ConsumeWhiteSpace Property (List)
    In This Topic
    Indicates that all white space in list is consumed during report rendering when the container’s contents grow rather than preserving the minimum white space between the contents and the bounds of the container.
    Syntax
    'Declaration
     
    Public Property ConsumeWhiteSpace As Boolean
    public bool ConsumeWhiteSpace {get; set;}
    See Also