GrapeCity.ActiveReports.v9 アセンブリ > GrapeCity.ActiveReports.SectionReportModel 名前空間 > RichTextBox クラス : Text プロパティ |
コントロール内に表示されているテキスト。
private void detail_Format(object sender, System.EventArgs eArgs) { this.rtbActiveReport.Text = "Confidential"; }
Private Sub Detail1_Format(ByVal sender As Object, ByVal e As System.EventArgs) Handles Detail1.Format Me.rtbActiveReport.Text = "Confidential" End Sub