[]
Gets or sets a value indicating that all white space in the container 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.
public bool ConsumeWhiteSpace { get; set; }
Type | Description |
---|---|
bool | A bool value where |
Container container = new Container();
container.ConsumeWhiteSpace = true;