Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Rdl.Rdl2008 Namespace / C1RdlReport Class / ConsumeContainerWhitespace Property

In This Topic
    ConsumeContainerWhitespace Property
    In This Topic
    Gets or sets a value indicating that all whitespace in containers (such as Body and Rectangle) should be consumed when contents grow rather than preserving the minimum whitespace between the contents and the container.
    Syntax
    'Declaration
     
    Public Property ConsumeContainerWhitespace As Boolean
    public bool ConsumeContainerWhitespace {get; set;}
    See Also