ConsumeContainerWhitespace Property (Report)
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