Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / RenderInputRadioButton Class / Printable Property

In This Topic
    Printable Property (RenderInputRadioButton)
    In This Topic
    Gets or sets a value indicating whether the current control is printed. If true (default), the content of the control is printed normally. Otherwise, it is not printed or exported. This might be used for example to provide help (invisible in the printed document) for form fields that are to be filled.
    Syntax
    'Declaration
     
    Public Property Printable As Boolean
    public bool Printable {get; set;}
    See Also