[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.Container.CanGrow

CanGrow Property

CanGrow

Gets or sets a value indicating whether the container can grow when the size of its content is greater than the size of the container.

Declaration
[Obsolete("Use Overflow.Grow instead")]
public bool CanGrow { get; set; }
Property Value
Type Description
bool

A bool value where true indicates that the container can grow; otherwise, false.

Remarks

This property is obsolete. Use Grow instead.