[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.Container.ConsumeWhiteSpace

ConsumeWhiteSpace Property

ConsumeWhiteSpace

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.

Declaration
public bool ConsumeWhiteSpace { get; set; }
Property Value
Type Description
bool

A bool value where true indicates that all white space in the container is consumed; otherwise, false.

Examples
Container container = new Container();
container.ConsumeWhiteSpace = true;