GrapeCity.ActiveReports.v9 Assembly > GrapeCity.ActiveReports.SectionReportModel Namespace > TextBox Class : CountNullValues Property |
'Declaration Public Property CountNullValues As System.Boolean
public System.bool CountNullValues {get; set;}
private void detail_Format(object sender, System.EventArgs eArgs) { this.textBox1.ClassName = "Normal"; this.textBox1.OutputFormat = null; this.textBox1.CountNullValues = true; }
Private Sub Detail1_Format(ByVal sender As Object, ByVal e As System.EventArgs) Handles Detail1.Format Me.TextBox1.ClassName = "Normal" Me.TextBox1.OutputFormat = Nothing TextBox1.CountNullValues = True; End Sub