ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / Container Class / ConsumeWhiteSpace Property

In This Topic
    ConsumeWhiteSpace Property (Container)
    In This Topic
    Indicates that all white space in container 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