[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.Container.Overflow

Overflow Property

Overflow

Gets or sets a value indicating how content that is larger than the container should be handled.

Declaration
public Overflow Overflow { get; set; }
Property Value
Type Description
Overflow

An Overflow value indicating how to handle content larger than the container. The default value is Auto.

Examples
Container container = new Container();
container.Overflow = Overflow.Grow;