ConsumeContainerWhitespace Property (Report)
In This Topic
Gets or sets a value indicating whether all white space in containers (such as
Body and
Container) will be consumed during report rendering as the container's contents grow, rather than preserving the minimum amount of white space between the contents and the container's bounds.
Syntax
'Declaration
Public Property ConsumeContainerWhitespace As Boolean
public bool ConsumeContainerWhitespace {get; set;}
Property Value
A
System.Boolean value indicating whether all white space in containers is consumed during report rendering.
See Also