ComponentOne Reports for WPF
C1.C1Report Namespace / Field Class / Visible Property

In This Topic
    Visible Property (Field)
    In This Topic
    Specifies whether the Field will be rendered in the report.
    Syntax
    'Declaration
     
    Public Property Visible As Boolean
    public bool Visible {get; set;}
    See Also