[]
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.
public bool ConsumeContainerWhitespace { get; set; }
Type | Description |
---|---|
bool | A bool value indicating whether all white space in containers is consumed during report rendering. |