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. This property is available for RDL reports only.
Syntax
'Declaration
Public Property ConsumeContainerWhitespace As Boolean
public bool ConsumeContainerWhitespace {get; set;}
See Also