GrapeCity.ActiveReports.v9 Assembly > GrapeCity.ActiveReports.SectionReportModel Namespace > RichTextBox Class : Html Property |
'Declaration Public Property Html As System.String
public System.string Html {get; set;}
private void reportHeader1_Format(object sender, System.EventArgs e) { RichTextBox1.Html = RichTextBox1.Text; }
Private Sub ReportHeader1_Format(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles ReportHeader1.Format RichTextBox1.Html = RichTextBox1.Text End Sub