ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering.Components Namespace / IContentPlaceHolder Interface / ConsumeWhiteSpace Property

In This Topic
    ConsumeWhiteSpace Property (IContentPlaceHolder)
    In This Topic
    Indicates that all whitespace in ContentPlaceHolder control should be consumed when contents grow rather than preserving the minimum whitespace between the contents and the bounds of the control.
    Syntax
    'Declaration
     
    ReadOnly Property ConsumeWhiteSpace As Boolean
    bool ConsumeWhiteSpace {get;}
    See Also