GrapeCity.ActiveReports.v9 Assembly > GrapeCity.ActiveReports.SectionReportModel Namespace > Section Class : CanGrow Property |
Indicates whether the section height should grow when its controls extend beyond its original height.
'Declaration Public Property CanGrow As System.Boolean
public System.bool CanGrow {get; set;}
private void detail_Format(object sender, System.EventArgs eArgs) { this.detail.CanGrow = true; this.detail.CanShrink = false; }
Private Sub Detail1_Format(ByVal sender As Object, ByVal e As System.EventArgs) Handles Detail1.Format Me.Detail1.CanGrow = True Me.Detail1.CanShrink = False End Sub
Section Class
Section Members
ActiveReports6~GrapeCity.ActiveReports.Section~CanShrink