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.

Namespace:  C1.C1Rdl.Rdl2008
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
[BrowsableAttribute(false)]
public bool ConsumeContainerWhitespace { get; set; }
Visual Basic
<BrowsableAttribute(False)> _
Public Property ConsumeContainerWhitespace As Boolean
	Get
	Set

See Also