GrapeCity.ActiveReports.v11 アセンブリ > GrapeCity.ActiveReports.SectionReportModel 名前空間 > ReportInfo クラス : CanShrink プロパティ |
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