ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / Report Class / ConsumeContainerWhitespace Property

In This Topic
    ConsumeContainerWhitespace Property (Report)
    In This Topic
    Indicates that all white space in containers (such as Body and Rectangle) 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 ConsumeContainerWhitespace As Boolean
    public bool ConsumeContainerWhitespace {get; set;}
    See Also