True DBGrid for WinForms | ComponentOne
C1.Win.C1TrueDBGrid.4.5.2 Assembly / C1.Win.C1TrueDBGrid Namespace / PrintInfo Class / PrintCheckbox Property

In This Topic
    PrintCheckbox Property (PrintInfo)
    In This Topic
    Gets or sets a value indicating whether to print checkbox icons instead of boolean values.
    Syntax
    'Declaration
     
    Public Property PrintCheckbox As System.Boolean
    public System.bool PrintCheckbox {get; set;}
    Remarks
    When PrintCheckbox is false, the export uses 1 as true, 0 as false.
    See Also