FlexReport for WPF | ComponentOne
C1.WPF.Report Assembly / C1.WPF.Report Namespace / CheckBoxField Class
Members

In This Topic
    CheckBoxField Class
    In This Topic
    Represents a checkbox field in a report.
    Object Model
    CheckBoxField Class
    Syntax
    'Declaration
     
    Public Class CheckBoxField 
       Inherits TextFieldBase
    public class CheckBoxField : TextFieldBase 
    Inheritance Hierarchy

    System.Object
       C1.WPF.Report.ReportObject
          C1.WPF.Report.VisualReportObject
             C1.WPF.Report.FieldBase
                C1.WPF.Report.TextFieldBase
                   C1.WPF.Report.CheckBoxField

    See Also