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

In This Topic
    ConsumeContainerWhitespace Property (IReport)
    In This Topic
    Gets a value indicating whether to consume all whitespace in the container when contents grow, rather than preserving the minimum whitespace between the contents and the bounds.
    Syntax
    'Declaration
     
    ReadOnly Property ConsumeContainerWhitespace As Boolean
    bool ConsumeContainerWhitespace {get;}

    Property Value

    true if all whitespace should be consumed; otherwise, false.
    See Also