GrapeCity.ActiveReports.v8 Assembly > GrapeCity.ActiveReports.SectionReportModel Namespace > ReportInfo Class : CanShrink Property |
'Declaration Public Property CanShrink As System.Boolean
public System.bool CanShrink {get; set;}
private void detail_Format(object sender, System.EventArgs e) { this.reportInfo1.BackColor = Color.Coral; this.reportInfo1.CanGrow = true; this.reportInfo1.CanShrink = 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 Me.ReportInfo1.CanShrink = True End Sub