GrapeCity.ActiveReports.v8 Assembly > GrapeCity.ActiveReports.SectionReportModel Namespace > ReportInfo Class : CanGrow Property |
'Declaration Public Property CanGrow As System.Boolean
public System.bool CanGrow {get; set;}
private void detail_Format(object sender, System.EventArgs e) { this.reportInfo1.BackColor = Color.Coral; this.reportInfo1.CanGrow = true; }
Private Sub Detail1_Format(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Detail1.Format Me.ReportInfo1.BackColor = Color.Coral Me.ReportInfo1.CanGrow = True End Sub