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

In This Topic
    ConsumeContainerWhitespace Property
    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