private void detail_Format(object sender, System.EventArgs eArgs) { this.rtbActiveReport.CanShrink = true; }
Private Sub Detail1_Format(ByVal sender As Object, ByVal e As System.EventArgs) Handles Detail1.Format Me.rtbActiveReport.CanShrink = True End Sub
RichTextBox Class
RichTextBox Members
ActiveReports6~GrapeCity.ActiveReports.Section~CanShrink
ActiveReports6~GrapeCity.ActiveReports.RichTextBox~CanGrow