ComponentOne ReportViewer for ASP.NET Web Forms
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 System.Boolean
    public System.bool ConsumeContainerWhitespace {get; set;}
    See Also